diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-25 16:17:12 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-25 16:17:12 -0400 |
commit | c534d8e28a00c9762fcb4ef2bdeb9a735ae26b75 (patch) | |
tree | 096a80c9e20de1daf4babbf610837de0cefd5297 /protocol.h | |
parent | 13929ac7a2f3d18f1a9d5717e76d0e7725c263c4 (diff) |
add comments and clean client
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #define LISTSTATIONS 5 #define STATIONINFO 6 +#define STATIONSHUTDOWN 7 +#define NEWSTATION 8 // client to server messages (commands) |