Skip to content

Commit

Permalink
add FileServiceData to message.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
machinekoder committed Feb 4, 2022
1 parent b94ee07 commit dc5ce66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/machinetalk/protobuf/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ message Container {
repeated Launcher launcher = 130 [(nanopb).type = FT_IGNORE];
optional int32 index = 131 [(nanopb).type = FT_IGNORE];

// the file service data is used by file service related messages
// MT_FILE_*
optional FileServiceData file_service_data = 135 [(nanopb).type = FT_IGNORE];


// // miscellanous typed objects
// optional string ascii = 140;
// optional bytes unicode = 141;
Expand Down

0 comments on commit dc5ce66

Please sign in to comment.