7 #ifndef WORK_QUEUE_WATCH_H
8 #define WORK_QUEUE_WATCH_H
10 #include "work_queue_process.h"
13 struct work_queue_watcher * work_queue_watcher_create();
14 void work_queue_watcher_delete(
struct work_queue_watcher *w );
16 void work_queue_watcher_add_process(
struct work_queue_watcher *w,
struct work_queue_process *p );
17 void work_queue_watcher_remove_process(
struct work_queue_watcher *w,
struct work_queue_process *p );
18 int work_queue_watcher_check(
struct work_queue_watcher *w );
19 int work_queue_watcher_send_changes(
struct work_queue_watcher *w,
struct link *manager, time_t stoptime );
A high level TCP connection library.
Definition: work_queue_process.h:19