git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9094ef
)
semi-correct (memleaking) jobid comparison
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 31 Aug 2004 09:35:55 +0000
(09:35 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 31 Aug 2004 09:35:55 +0000
(09:35 +0000)
org.glite.lb/project/types.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/project/types.T
b/org.glite.lb/project/types.T
index
c4a4f7f
..
ccabc74
100644
(file)
--- a/
org.glite.lb/project/types.T
+++ b/
org.glite.lb/project/types.T
@@
-86,7
+86,7
@@
# level=>'"($a == $b)"',
bool=>'"(($a || !$b) && ($b || !$a))"',
string=>'"(($a) == NULL && ($b) == NULL) || (($a)&&($b)&& !strcmp($a,$b))"',
- jobid=>'"(
$a) == ($b
)"',
+ jobid=>'"(
($a) == NULL && ($b) == NULL) || (($a)&&($b)&& !strcmp(edg_wlc_JobIdUnparse($a),edg_wlc_JobIdUnparse($b))
)"',
notifid=>'"($a) == ($b)"',
logsrc=>'"($a) == ($b)"',
timeval=>'"($a).tv_sec == ($b).tv_sec && ($a).tv_usec == ($b).tv_usec"',