aboutsummaryrefslogtreecommitdiff
path: root/Network2Property.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Network2Property.proto')
-rw-r--r--Network2Property.proto13
1 files changed, 13 insertions, 0 deletions
diff --git a/Network2Property.proto b/Network2Property.proto
new file mode 100644
index 0000000..94f6309
--- /dev/null
+++ b/Network2Property.proto
@@ -0,0 +1,13 @@
+syntax = "proto3";
+
+package whirl;
+
+message Network2Property {
+ int32 prop_id = 1;
+ int32 flags = 2;
+ int32 access = 3;
+ oneof value {
+ string string_value = 4;
+ bytes binary_value = 5;
+ }
+} \ No newline at end of file