projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e0522
)
fix the 64 bit clean bug with mlp
author
bdemsky
<bdemsky>
Sun, 31 Jan 2010 04:40:03 +0000
(
04:40
+0000)
committer
bdemsky
<bdemsky>
Sun, 31 Jan 2010 04:40:03 +0000
(
04:40
+0000)
Robust/src/Runtime/mlp_runtime.h
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/mlp_runtime.h
b/Robust/src/Runtime/mlp_runtime.h
index 6c91758ea518e629d64977f3868a3f4bbcd4fccd..cbf8858cc5960e81bbe25773a40466ef4fdd4ab5 100644
(file)
--- 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__ */