summaryrefslogtreecommitdiff
path: root/src/aul_worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aul_worker.h')
-rw-r--r--src/aul_worker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aul_worker.h b/src/aul_worker.h
index c4a1c108..afdd79ad 100644
--- a/src/aul_worker.h
+++ b/src/aul_worker.h
@@ -40,6 +40,8 @@ int aul_worker_add_io_job(aul_worker_h handle, const char *job_name,
int fd, int condition, aul_worker_io_job_cb callback,
void *user_data);
+void aul_worker_remove_io_job(aul_worker_h handle, int fd);
+
int aul_worker_add_anr_timer(aul_worker_h handle, int cmd);
int aul_worker_remove_anr_timer(aul_worker_h handle);