event_pipe: renamed functions from main_notify_* to event_pipe_*

Continuing the previous patch.
This commit is contained in:
Max Kellermann
2009-01-01 18:12:14 +01:00
parent 9f5934d95b
commit 22bb5a5856
8 changed files with 27 additions and 27 deletions

View File

@@ -58,7 +58,7 @@ db_init(void)
g_error("directory update failed");
do {
wait_main_task();
event_pipe_wait();
reap_update_task();
} while (isUpdatingDB());