summaryrefslogtreecommitdiff
path: root/event.proto
diff options
context:
space:
mode:
Diffstat (limited to 'event.proto')
-rw-r--r--event.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/event.proto b/event.proto
index 169a069..6b17526 100644
--- a/event.proto
+++ b/event.proto
@@ -5,10 +5,10 @@ package gus;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
enum GusEventType {
- Connect = 0; // a socket connect attempt
- Disconnect = 1; // a socket closed
- Enable = 2; // listening on a port was enabled
- Disable = 3; // listening on a port was disabled
+ Connect = 0; // a socket connect attempt
+ Disconnect = 1; // a socket closed
+ Enable = 2; // listening on a port was enabled
+ Disable = 3; // listening on a port was disabled
}
message GusSocket {