diff options
Diffstat (limited to 'AppInitCmd.proto')
| -rw-r--r-- | AppInitCmd.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AppInitCmd.proto b/AppInitCmd.proto index 10b7e73..d7c3bb9 100644 --- a/AppInitCmd.proto +++ b/AppInitCmd.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package whirl; -import "NetProperty.proto"; +import "NetworkProperty.proto"; message AppInitCmd { - repeated NetProperty property_list = 2; + repeated NetworkProperty property_list = 2; }
\ No newline at end of file |