Added statistics operation code in preparation for statistics gathering code.

This commit is contained in:
gardners 2011-05-02 22:32:38 +09:30
parent b9f5448cc1
commit 554bb8cbae

View File

@ -242,6 +242,8 @@ extern struct mphlr_variable vars[];
#define ACTION_SENDSMS 0x04
#define ACTION_CREATEHLR 0x0f
#define ACTION_STATS 0x40
#define ACTION_DONE 0x7e
#define ACTION_ERROR 0x7f