KR> @@ -52,6 +53,8 @@
KR> s = get_rpcs(ref, &inst, _BROKER, context, true);
KR> } else if (STREQC(classname, "VirtualSystemMigrationService"))
{
KR> s = get_migration_service(ref, &inst, _BROKER, context,
true);
KR> + } else if (STREQC(classname, "RedirectionService")) {
KR> + s = get_rs(ref, &inst, _BROKER, context, true);
KR> }
It didn't jump out at me until I saw it here, but perhaps get_rs()
should be something a little more specific, like get_console_redirsrv()
or something like that?
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com