~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2008-05-15 21:58:05 UTC
  • Revision ID: scott@netsplit.com-20080515215805-dgjk1andrkotzjnr
* init/event.c (event_new): We can't rely on the event poll function
being the last in the main loop, it's often the first, so after
adding an event to the queue ensure the loop is iterated at least
once so that the event poll occurs for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-05-15  Scott James Remnant  <scott@netsplit.com>
 
2
 
 
3
        * init/event.c (event_new): We can't rely on the event poll function
 
4
        being the last in the main loop, it's often the first, so after
 
5
        adding an event to the queue ensure the loop is iterated at least
 
6
        once so that the event poll occurs for it.
 
7
 
1
8
2008-05-09  Scott James Remnant  <scott@netsplit.com>
2
9
 
3
10
        * TODO (Anytime): Update.