X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fcallbacks%2Fcallbacks.proto;h=96ac744d53d8cc0c590f90c252e9c619dcb2917d;hb=278ffb890e3d8722e4c7d824baaf221a1e375fc4;hp=ccd1edd8c5bcc98666d06ce765e11196d9c96810;hpb=262c62676cf740ec3ce14a22bde47b7968fec8f0;p=apps%2Fagl-service-can-low-level.git diff --git a/tests/callbacks/callbacks.proto b/tests/callbacks/callbacks.proto index ccd1edd8..96ac744d 100644 --- a/tests/callbacks/callbacks.proto +++ b/tests/callbacks/callbacks.proto @@ -1,3 +1,5 @@ +syntax = "proto2"; + message SubMessage { optional string stringvalue = 1; repeated int32 int32value = 2;