]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dlm/config.h
regression: disable timer peek-ahead for 2.6.28
[linux-2.6-omap-h63xx.git] / fs / dlm / config.h
index 967cc3d72e5e844a893eb2aab1bf7e23ef966fb3..4f1d6fce58c5e2ff47cadf83de384e788b2f4756 100644 (file)
@@ -27,6 +27,7 @@ struct dlm_config_info {
        int ci_scan_secs;
        int ci_log_debug;
        int ci_protocol;
+       int ci_timewarn_cs;
 };
 
 extern struct dlm_config_info dlm_config;
@@ -34,7 +35,8 @@ extern struct dlm_config_info dlm_config;
 int dlm_config_init(void);
 void dlm_config_exit(void);
 int dlm_node_weight(char *lsname, int nodeid);
-int dlm_nodeid_list(char *lsname, int **ids_out);
+int dlm_nodeid_list(char *lsname, int **ids_out, int *ids_count_out,
+                   int **new_out, int *new_count_out);
 int dlm_nodeid_to_addr(int nodeid, struct sockaddr_storage *addr);
 int dlm_addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid);
 int dlm_our_nodeid(void);