Example #1
0
static void
activate(void)
{
	struct swc_launch_event event = {.type = SWC_LAUNCH_EVENT_ACTIVATE};

	start_devices();
	send(sock[0], &event, sizeof(event), 0);
	active = true;
}
Example #2
0
void
start_blk_devices(void)
{
	start_devices();
}
Example #3
0
void
start_net_devices(void)
{
	start_devices();
}