From: bdemsky Date: Sun, 31 Jan 2010 04:40:03 +0000 (+0000) Subject: fix the 64 bit clean bug with mlp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a35e3388f3354450e325bc59960fdc93224091a0;p=IRC.git fix the 64 bit clean bug with mlp --- diff --git a/Robust/src/Runtime/mlp_runtime.h b/Robust/src/Runtime/mlp_runtime.h index 6c91758e..cbf8858c 100644 --- a/Robust/src/Runtime/mlp_runtime.h +++ b/Robust/src/Runtime/mlp_runtime.h @@ -95,6 +95,6 @@ AllocSite* mlpCreateAllocSiteArray(int numAllocSites); ConflictNode* mlpCreateConflictNode(int id); int addWaitingQueueElement(AllocSite* allocSiteArray, int numAllocSites, long allocID, WaitingElement* wElement); WaitingElement* mlpCreateWaitingElement(int status, void* seseToIssue, struct Queue* queue, int id); - +void* mlpAllocSESErecord( int size ); #endif /* __MLP_RUNTIME__ */