Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -12/+12 |
| | | | | Continuing the previous patch. | ||||
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -0/+85 |
We are going to migrate away from the concept of notifying the main thread. There should be events sent to it instead. This patch starts a series to implement that. |