stasis-aries-wal/lladd/operations/alloc.h

11 lines
197 B
C

#include <lladd/operations.h>
#ifndef __ALLOC_H
#define __ALLOC_H
Operation getAlloc();
Operation getDealloc();
recordid Talloc(int xid, long size);
void Tdealloc(int xid, recordid rid);
#endif