Eventscript functions - catch failures in ctdb_service_start().
[sahlberg/ctdb.git] / libctdb / messages.h
1 #ifndef _LIBCTDB_MESSAGE_H
2 #define _LIBCTDB_MESSAGE_H
3 struct message_handler_info;
4 struct ctdb_connection;
5 struct ctdb_req_header;
6
7 void deliver_message(struct ctdb_connection *ctdb, struct ctdb_req_header *hdr);
8 void remove_message_handlers(struct ctdb_connection *ctdb);
9 #endif /* _LIBCTDB_MESSAGE_H */