[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9689: note another wishlist item for the arma (tor/trunk/src/or)
Author: arma
Date: 2007-02-28 15:49:09 -0500 (Wed, 28 Feb 2007)
New Revision: 9689
Modified:
tor/trunk/src/or/main.c
Log:
note another wishlist item for the arma
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2007-02-28 20:24:27 UTC (rev 9688)
+++ tor/trunk/src/or/main.c 2007-02-28 20:49:09 UTC (rev 9689)
@@ -1741,8 +1741,10 @@
#ifdef MS_WINDOWS_SERVICE
-/* XXXX can some/all these functions become static? without breaing NT
- * services? */
+/* XXXX can some/all these functions become static? without breaking NT
+ * services? -NM */
+/* XXXX I'd also like to move much of the NT service stuff into its own
+ * file. -RD */
void nt_service_control(DWORD request);
void nt_service_body(int argc, char **argv);
void nt_service_main(void);