From f68c042637d253dfb3160357ba2b9ec530cb48ef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Jun 2012 18:50:13 -0400 Subject: Resolve all currently pending DOCDOC items in master --- src/common/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common/util.h') diff --git a/src/common/util.h b/src/common/util.h index 36601fa79..ae40898de 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -409,8 +409,10 @@ void set_environment_variable_in_smartlist(struct smartlist_t *env_vars, #define PROCESS_STATUS_ERROR -1 #ifdef UTIL_PRIVATE -/*DOCDOC*/ +/** Structure to represent the state of a process with which Tor is + * communicating. The contents of this structure are private to util.c */ struct process_handle_t { + /** One of the PROCESS_STATUS_* values */ int status; #ifdef _WIN32 HANDLE stdout_pipe; -- cgit v1.2.3