[HOST_RESOURCE_NOTIFY_PORT] = "resource notify",
[HOST_CLOSURED_PORT] = "closured",
[HOST_SYSPOLICYD_PORT] = "syspolicyd",
+ [HOST_FILECOORDINATIOND_PORT] = "filecoordinationd",
+ [HOST_FAIRPLAYD_PORT] = "fairplayd",
};
- _Static_assert(HOST_SYSPOLICYD_PORT == HOST_MAX_SPECIAL_PORT,
- "all host special ports must have descriptions");
+ _Static_assert(HOST_FAIRPLAYD_PORT == HOST_MAX_SPECIAL_PORT,
+ "all host special ports must have descriptions");
return hsp_descs[port_index];
}
[TASK_RESOURCE_NOTIFY_PORT] = "resource notify",
};
_Static_assert(TASK_RESOURCE_NOTIFY_PORT == TASK_MAX_SPECIAL_PORT,
- "all task special ports must have descriptions");
+ "all task special ports must have descriptions");
return tsp_descs[port_index];
}
SP_ENTRY(HOST_RESOURCE_NOTIFY_PORT),
SP_ENTRY(HOST_CLOSURED_PORT),
SP_ENTRY(HOST_SYSPOLICYD_PORT),
+ SP_ENTRY(HOST_FILECOORDINATIOND_PORT),
};
return port_for_id_internal(id, hsp_ids,
- sizeof(hsp_ids) / sizeof(hsp_ids[0]));
+ sizeof(hsp_ids) / sizeof(hsp_ids[0]));
}
int
};
return port_for_id_internal(id, tsp_ids,
- sizeof(tsp_ids) / sizeof(tsp_ids[0]));
+ sizeof(tsp_ids) / sizeof(tsp_ids[0]));
}