aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/cli.h')
-rwxr-xr-xinclude/asterisk/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/cli.h b/include/asterisk/cli.h
index bfbf2c5c5..6dec1e338 100755
--- a/include/asterisk/cli.h
+++ b/include/asterisk/cli.h
@@ -44,6 +44,8 @@ struct ast_cli_entry {
char *(*generator)(char *line, char *word, int pos, int state);
/*! For linking */
struct ast_cli_entry *next;
+ /*! For keeping track of usage */
+ int inuse;
};
//! Interprets a command