소스 검색

note another wishlist item for the arma

svn:r9689
Roger Dingledine 18 년 전
부모
커밋
9fd669c339
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/or/main.c

+ 4 - 2
src/or/main.c

@@ -1741,8 +1741,10 @@ do_hash_password(void)
 
 #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);