Update of /cvsroot/simplemail/simplemail/indep-include
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv526/indep-include
Modified Files:
subthreads.h
Log Message:
Added TODO
Index: subthreads.h
===================================================================
RCS file: /cvsroot/simplemail/simplemail/indep-include/subthreads.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- subthreads.h 7 Dec 2013 19:39:25 -0000 1.20
+++ subthreads.h 24 Dec 2013 09:27:12 -0000 1.21
@@ -34,6 +34,9 @@
/**
* Cleanup the thread system. Will abort every thread.
+ *
+ * @todo there should be a separate abort_threads() function which
+ * aborts all threads (and disallows the creation of new ones)
*/
void cleanup_threads(void);
|