Skip to content
Snippets Groups Projects
Commit f6a450f0 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed payload container in header from string to bytes. This fixed complains about UTF-8.

parent 9cb21bad
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ message ObjectHeader {
required uint64 version = 2;
required string owner = 3;
required string backupowner = 4;
required string payload = 5;
required bytes payload = 5;
}
// The agent object represents a running process. It is a payload to an object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment