laforge
/
openbts-osmo
Archived
1
0
Fork 0

smqueue: Documentation fixes for sm_state enumeration in smqueue.

(cherry picked from commit 70dffa1fcfb497cb6f90c1f83bf5d34942d27c59)
This commit is contained in:
Alexander Chemeris 2010-11-04 20:05:13 +03:00
parent b854303428
commit c39af79c75
1 changed files with 4 additions and 1 deletions

View File

@ -51,9 +51,12 @@ char *new_strdup(const char *orig);
/*
* States that a message can be in, while processed.
* Messages come in, they need various lookups, then they go out.
* Then they sit pending acknowledgement that they were successful.
* Then they sit pending acknowledgment that they were successful.
* The state machine is driven by incoming packets or information,
* and in the absence of such incoming info, by timeouts.
*
* Note: If you change this enum, you MUST CHANGE SMqueue::timeouts and
* SMqueue::sm_state_strings.
*/
enum sm_state { // timeout, next-state-if-timeout