message_types 37 lib/common/servers.c const char *message_types[3]; // IPC/cluster message types sent to server message_types 166 lib/common/servers.c return server_info[server].message_types[0]; message_types 203 lib/common/servers.c (name < 3) && (server_info[server].message_types[name] != NULL); message_types 205 lib/common/servers.c if (strcmp(text, server_info[server].message_types[name]) == 0) {