Browse Source

Added missing control message types

Kylie Smith 2 years ago
parent
commit
e55bb94996
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/distributed/MsgTypes.py

+ 3 - 0
direct/src/distributed/MsgTypes.py

@@ -42,6 +42,9 @@ CONTROL_ADD_RANGE =                               9002
 CONTROL_REMOVE_RANGE =                            9003
 CONTROL_ADD_POST_REMOVE =                         9010
 CONTROL_CLEAR_POST_REMOVES =                      9011
+CONTROL_SET_CON_NAME =                            9012
+CONTROL_SET_CON_URL =                             9013
+CONTROL_LOG_MESSAGE =                             9014
 
 # State Server control messages:
 STATESERVER_CREATE_OBJECT_WITH_REQUIRED =         2000