projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f583e
)
changes
author
adash
<adash>
Tue, 13 Apr 2010 01:35:32 +0000
(
01:35
+0000)
committer
adash
<adash>
Tue, 13 Apr 2010 01:35:32 +0000
(
01:35
+0000)
Robust/src/ClassLibrary/JavaDSM/Thread.java
patch
|
blob
|
history
diff --git
a/Robust/src/ClassLibrary/JavaDSM/Thread.java
b/Robust/src/ClassLibrary/JavaDSM/Thread.java
index def703fc0199b444a6b1da5cbb38da3e44f907e8..16efbd1b8b0ed4aabdd0b0d9254a457d302fba88 100644
(file)
--- a/
Robust/src/ClassLibrary/JavaDSM/Thread.java
+++ b/
Robust/src/ClassLibrary/JavaDSM/Thread.java
@@
-29,13
+29,13
@@
public class Thread {
public void run() {
}
- public
static
int getStatus(int mid)
+ public int getStatus(int mid)
{
if(nativeGetStatus(mid)==1)
return 1;
//TODO:check if this is safe to add only for the DSM without the recovery version
- if(nativeGetStatus(mid)==0)
- return 1;
+
//
if(nativeGetStatus(mid)==0)
+
//
return 1;
else
return -1;