Skip to content

Commit

Permalink
nanopb.proto: bring in msgid changes from nanopb upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haberler committed Mar 22, 2015
1 parent 118f0e3 commit d281116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/nanopb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ message NanoPBOptions {

// Generate oneof fields as normal optional fields instead of union.
optional bool no_unions = 8 [default = false];

// integer type tag for a message
optional uint32 msgid = 9;
}

// Extensions to protoc 'Descriptor' type in order to define options
Expand Down

0 comments on commit d281116

Please sign in to comment.