* modify behaviour of event_store_next, event_store_sync
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Mar 2007 16:24:23 +0000 (16:24 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 21 Mar 2007 16:24:23 +0000 (16:24 +0000)
commit4c0203d26c3d1d2b249b42dbbd1df912610270a2
tree2b0c860ebfff8fc8ae91ac0ecc0c627af3cb53d3
parentef2d0f51068d867fb883c01a47ece0bbc6b2cea7
* modify behaviour of event_store_next, event_store_sync
  and event_store_recover:
    - next is now no op
    - sync now calls recover uncoditionally
    - recover checks the event file modification time to see
      if there is anything to read

The result is that events coming through local socket are used just
to notify IL that new event arrived; the event is actually read from file.
org.glite.lb.logger/src/event_store.c