Added function to handle code that allocates data without first consulting the allocationPolicy
This commit is contained in:
parent
8faf045e7d
commit
1a60582a0c
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ void allocationPolicyTransactionCompleted(allocationPolicy * ap, int xid);
|
|||
void allocationPolicyUpdateFreespaceUnlockedPage(allocationPolicy * ap, availablePage * key, int newFree);
|
||||
void allocationPolicyUpdateFreespaceLockedPage(allocationPolicy * ap, int xid, availablePage * key, int newFree);
|
||||
void allocationPolicyLockPage(allocationPolicy * ap, int xid, int pageid);
|
||||
|
||||
void allocationPolicyAllocedFromPage(allocationPolicy * ap, int xid, int pageid);
|
||||
#endif // ALLOCATION_POLICY_H
|
||||
|
|
Loading…
Reference in a new issue