|
|
| version 1.1.1.2, 2021/03/17 00:07:30 | version 1.1.1.3, 2023/09/27 11:18:58 |
|---|---|
| Line 29 struct command_t { | Line 29 struct command_t { |
| /* A unique value for matching command requests with replies */ | /* A unique value for matching command requests with replies */ |
| int token; | int token; |
| /* Text indiciating the command type, or reply type */ | /* Text indicating the command type, or reply type */ |
| char *command_name; | char *command_name; |
| /* The number of key, value argument pairs used */ | /* The number of key, value argument pairs used */ |