int process_control(int len); struct binsource_h ctrlpkt; /** configure input interfaces */ struct utils_itf input_itfs[] = { {"control", sizeof(struct binsource_h), 1, &ctrlpkt, NULL, process_control}, {NULL, 0, 0, 0, 0, 0}}; /** =============== End ================ */