diff options
Diffstat (limited to 'redirect_id_command.proto')
| -rw-r--r-- | redirect_id_command.proto | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/redirect_id_command.proto b/redirect_id_command.proto new file mode 100644 index 0000000..023377d --- /dev/null +++ b/redirect_id_command.proto @@ -0,0 +1,13 @@ +syntax = "proto3"; + +package whirl; + +message RedirectIDCommand { + string room_name = 1; + int32 room_number = 2; + int32 ip_1 = 3; + int32 ip_2 = 4; + int32 ip_3 = 5; + int32 ip_4 = 6; + int32 port = 7; +} |