online_remote_containers   89 tools/crm_simulate.c     char *online_remote_containers = NULL;
online_remote_containers  139 tools/crm_simulate.c                 online_remote_containers = add_list_element(online_remote_containers, node_name);
online_remote_containers  189 tools/crm_simulate.c     if (online_remote_containers) {
online_remote_containers  190 tools/crm_simulate.c         printf("Containers: [%s ]\n", online_remote_containers);
online_remote_containers  191 tools/crm_simulate.c         free(online_remote_containers);