zhangmeng
2019-05-09 0e3141f2a84d3fb3fcc6a9f7e6f9929f62062caa
protomsg.proto
File was renamed from test.proto
@@ -12,3 +12,10 @@
   TaskLabel tasklab = 2;
   bytes   data =3 ;
}
// Image ipc struct
message Image{
    int32 width = 1;
    int32 height = 2;
    bytes data = 3;
}