projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b80d8e
)
nothing.
author
jihoonl
<jihoonl>
Wed, 14 Apr 2010 16:00:48 +0000
(16:00 +0000)
committer
jihoonl
<jihoonl>
Wed, 14 Apr 2010 16:00:48 +0000
(16:00 +0000)
Robust/src/Runtime/DSTM/interface_recovery/trans.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/DSTM/interface_recovery/trans.c
b/Robust/src/Runtime/DSTM/interface_recovery/trans.c
index 02fa055c0a6017ad017ba46efe9240a8a2499004..38954dab2500919a1625549310f40e0d48c6a458 100644
(file)
--- a/
Robust/src/Runtime/DSTM/interface_recovery/trans.c
+++ b/
Robust/src/Runtime/DSTM/interface_recovery/trans.c
@@
-3081,7
+3081,7
@@
unsigned int getBackupMachine(unsigned int mid) {
}
int getStatus(int mid) {
-#if
n
def DEBUG
+#ifdef DEBUG
printf("%s -> mid = %d\n",__func__,mid);
printf("%s -> host %s : %s\n",__func__,midtoIPString(hostIpAddrs[mid]),(liveHosts[mid] == 1)?"LIVE":"DEAD");
#endif