get_affected_clients
if (get_affected_clients(hdl, rsrc, CMD_GETINFO, flags,
if (get_affected_clients(hdl, rsrc, CMD_OFFLINE, flags, &clients) < 0) {
if (get_affected_clients(hdl, rsrc, CMD_ONLINE, flags, &clients) < 0) {
if (get_affected_clients(hdl, rsrc, CMD_REMOVE, flags, &clients) < 0) {
static int get_affected_clients(rcm_handle_t *, char *, int, int, char ***);