aboutsummaryrefslogtreecommitdiff
path: root/utils/inc/workqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/inc/workqueue.h')
-rw-r--r--utils/inc/workqueue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/inc/workqueue.h b/utils/inc/workqueue.h
index 884f711..5f4b18c 100644
--- a/utils/inc/workqueue.h
+++ b/utils/inc/workqueue.h
@@ -24,6 +24,10 @@ public:
*/
~WorkQueue();
+ /* start & stop work thread */
+ int StartWork(void);
+ void StopWork(void);
+
/* the class inheriting WorkQueue uses this method */
void ScheduleWork(void);
/* the class implementing WorkableInterface uses this method */