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:
8a21bf3
)
* do remember the last modification time
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 22 Mar 2007 07:15:39 +0000
(07:15 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 22 Mar 2007 07:15:39 +0000
(07:15 +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
e30ec7b
..
54c50f8
100644
(file)
--- a/
org.glite.lb.logger/src/event_store.c
+++ b/
org.glite.lb.logger/src/event_store.c
@@
-558,6
+558,7
@@
event_store_recover(struct event_store *es)
/* due to this little assignment we had to lock the event_store for writing */
es->offset = last;
+ es->last_modified = stbuf.st_mtime;
il_log(LOG_DEBUG, " event store offset set to %ld\n", last);
if(msg)