2004-06-24 21:10:31 +00:00
|
|
|
#include <lladd/operations.h>
|
|
|
|
|
|
|
|
#ifndef __ALLOC_H
|
|
|
|
#define __ALLOC_H
|
|
|
|
|
|
|
|
Operation getAlloc();
|
|
|
|
Operation getDealloc();
|
2004-07-06 01:22:18 +00:00
|
|
|
recordid Talloc(int xid, long size);
|
2004-06-24 21:10:31 +00:00
|
|
|
void Tdealloc(int xid, recordid rid);
|
|
|
|
|
|
|
|
#endif
|