all repos — xrxs @ 2d4f1f5ec44e7056408dc1c080de2736914ea4a2

experimental networked application/game server with 9p

command.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
typedef enum {
  LOGIN = 208176873,
  LOAD = 5626172,
  CREATE = 7083959236,
  PROTECT = 295480618573,
  ENTER = 195024746,
  LEAVE = 207662601,
  LOGOUT = 7702552890,
  SAVE = 5962355,
  RESET = 218931595,
  UNLOAD = 8325026851
} Command;