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:
399bd0b
)
initialize LL elements
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 2 Apr 2009 10:11:08 +0000
(10:11 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 2 Apr 2009 10:11:08 +0000
(10:11 +0000)
org.glite.lb.logger/src/event_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/event_store.c
b/org.glite.lb.logger/src/event_store.c
index
ad1a5f2
..
47ef49d
100644
(file)
--- a/
org.glite.lb.logger/src/event_store.c
+++ b/
org.glite.lb.logger/src/event_store.c
@@
-1064,6
+1064,8
@@
event_store_find(char *job_id_s, const char *filename)
return(NULL);
}
p->es = es;
+ p->jobid_next = p;
+ p->jobid_prev = p;
es->le = p;
if(filename != NULL && d != NULL) {