From 6f7847b378a67ad29cdeb9a3c1304de474bf46c0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 4 Oct 2007 16:21:58 +0000 Subject: r15530@catbus: nickm | 2007-10-04 12:16:27 -0400 Add a bunch of function documentation; clean up a little code; fix some XXXXs; tag the nonsensical EXTRAINFO_PURPOSE_GENERAL as nonsesnse; note another bit of "do not cache special routers" code to nuke. svn:r11761 --- src/or/ntmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/ntmain.c') diff --git a/src/or/ntmain.c b/src/or/ntmain.c index e460582e1f..8e88b052b7 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -194,7 +194,7 @@ nt_service_is_stopping(void) return 0; } -/** DOCDOC */ +/** Set the dwCurrentState field for our service to state. */ void nt_service_set_state(DWORD state) { -- cgit v1.2.3-54-g00ecf