Unregistered function handling

This commit is contained in:
Mehrdad N
2016-06-13 23:30:10 +00:00
parent 4d60df3b6e
commit e8ed13e960
5 changed files with 58 additions and 34 deletions
+1
View File
@@ -82,6 +82,7 @@ message SubmitTaskRequest {
message SubmitTaskReply {
repeated uint64 result = 1; // Object references of the function return values
bool function_registered = 2; // True if the function was registered; false otherwise
}
message RequestObjRequest {