projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94896f7
)
chang
author
jihoonl
<jihoonl>
Wed, 23 Jun 2010 07:07:54 +0000
(07:07 +0000)
committer
jihoonl
<jihoonl>
Wed, 23 Jun 2010 07:07:54 +0000
(07:07 +0000)
Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c
b/Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c
index b9d594c59d4d31fc605c99b8459da0203e983cbe..22df2d62b4622c8ae48f983f76a35e7ac5292d41 100644
(file)
--- a/
Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c
+++ b/
Robust/src/Runtime/DSTM/interface_recovery/dstmserver.c
@@
-557,7
+557,7
@@
void *dstmAccept(void *acceptfd) {
else
{
response = receiveNewList((int)acceptfd);
- if(stopTransactions(TRANS_AFTER,epoch_num) <
-1
)
+ if(stopTransactions(TRANS_AFTER,epoch_num) <
0
)
response = RESPOND_HIGHER_EPOCH;
}
printf("After stop transaction\n");