|
@@ -55,7 +55,11 @@ struct process_t {
|
|
|
|
|
|
char *command;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+ * per element of the smartlist_t. On Windows these arguments are combined
|
|
|
+ * together using the <b>tor_join_win_cmdline</b> function. On Unix the
|
|
|
+ * process name (argv[0]) and the trailing NULL is added automatically before
|
|
|
+ * the process is executed. */
|
|
|
smartlist_t *arguments;
|
|
|
|
|
|
|