Update comments in IServiceManager.
Test: not tested.
Change-Id: I2fc7964751c02f0447741380d4f3e35e82784f0d
diff --git a/transport/manager/1.0/IServiceManager.hal b/transport/manager/1.0/IServiceManager.hal
index 61f6047..3b292a4 100644
--- a/transport/manager/1.0/IServiceManager.hal
+++ b/transport/manager/1.0/IServiceManager.hal
@@ -121,5 +121,12 @@
*/
debugDump() generates (vec<InstanceDebugInfo> info);
+ /*
+ * When the passthrough service manager returns a service via
+ * get(string, string), it must dispatch a registerPassthroughClient call
+ * to the binderized service manager to indicate which process has called
+ * get. Binderized service manager must record this PID, which can
+ * be retrieved via debugDump.
+ */
oneway registerPassthroughClient(string fqName, string name, int32_t pid);
};