summaryrefslogtreecommitdiffstats
path: root/lib/command_common.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-03-31 00:37:47 +0100
committerChris Hall <chris.hall@highwayman.com>2011-03-31 00:37:47 +0100
commit9a9466f1fdad6fb6c94c5ef8ddb1a687a7bcd874 (patch)
treec4ae426872560a5e070f2054072607f2578e1f7d /lib/command_common.h
parentf3255d1e9f062e7783b05ab5b32ca70085170d79 (diff)
downloadquagga-9a9466f1fdad6fb6c94c5ef8ddb1a687a7bcd874.tar.bz2
quagga-9a9466f1fdad6fb6c94c5ef8ddb1a687a7bcd874.tar.xz
Small improvements to speed of reading of configuration file.
Tidy up signalling of "ready" to command loop, and checking of appropriate state to close written configuration file.
Diffstat (limited to 'lib/command_common.h')
-rw-r--r--lib/command_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/command_common.h b/lib/command_common.h
index 26f2909f..3621a4b6 100644
--- a/lib/command_common.h
+++ b/lib/command_common.h
@@ -278,8 +278,7 @@ struct cmd_command
struct cmd_item* vararg ; /* if there is a vararg item */
- char* r_string ;
- char* r_doc ;
+ char* r_doc ; /* rendered documentation */
//char* config ; /* Configuration string */
//vector subconfig ; /* Sub configuration string */