Support retrieval of named actor handles (#13000)

Change-Id: I05d31c9c67943d2a0230782cbdaa98341584cbc7
This commit is contained in:
Barak Michener
2020-12-20 16:34:50 -08:00
committed by GitHub
parent 80f6dd16b2
commit e715ade2d1
6 changed files with 62 additions and 5 deletions
+1
View File
@@ -54,6 +54,7 @@ message ClientTask {
ACTOR = 1;
METHOD = 2;
STATIC_METHOD = 3;
NAMED_ACTOR = 4;
}
// Which type of work this request represents.
RemoteExecType type = 1;