libdlmcontrol.h   libdlmcontrol.h 
skipping to change at line 69 skipping to change at line 69
dlmc_node_info() returns info for in-progress (next) change, if one exis ts, dlmc_node_info() returns info for in-progress (next) change, if one exis ts,
otherwise it returns info for completed (prev) change. otherwise it returns info for completed (prev) change.
*/ */
#define DLMC_NODES_ALL 1 #define DLMC_NODES_ALL 1
#define DLMC_NODES_MEMBERS 2 #define DLMC_NODES_MEMBERS 2
#define DLMC_NODES_NEXT 3 #define DLMC_NODES_NEXT 3
int dlmc_dump_debug(char *buf); int dlmc_dump_debug(char *buf);
int dlmc_dump_log_plock(char *buf);
int dlmc_dump_plocks(char *name, char *buf); int dlmc_dump_plocks(char *name, char *buf);
int dlmc_lockspace_info(char *lsname, struct dlmc_lockspace *ls); int dlmc_lockspace_info(char *lsname, struct dlmc_lockspace *ls);
int dlmc_node_info(char *lsname, int nodeid, struct dlmc_node *node); int dlmc_node_info(char *lsname, int nodeid, struct dlmc_node *node);
int dlmc_lockspaces(int max, int *count, struct dlmc_lockspace *lss); int dlmc_lockspaces(int max, int *count, struct dlmc_lockspace *lss);
int dlmc_lockspace_nodes(char *lsname, int type, int max, int *count, int dlmc_lockspace_nodes(char *lsname, int type, int max, int *count,
struct dlmc_node *nodes); struct dlmc_node *nodes);
#define DLMC_RESULT_REGISTER 1 #define DLMC_RESULT_REGISTER 1
#define DLMC_RESULT_NOTIFIED 2 #define DLMC_RESULT_NOTIFIED 2
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/