mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 11:55:24 +00:00
Allow compilation of totempg without warnings
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
99bbf4cc78
commit
1711aea72f
@ -253,8 +253,6 @@ struct totempg_group_instance {
|
||||
struct list_head list;
|
||||
};
|
||||
|
||||
DECLARE_HDB_DATABASE (totempg_groups_instance_database,NULL);
|
||||
|
||||
static unsigned char next_fragment = 1;
|
||||
|
||||
static pthread_mutex_t totempg_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
@ -180,6 +180,7 @@ void totempg_check_q_level(void *instance);
|
||||
typedef void (*totem_queue_level_changed_fn) (enum totem_q_level level);
|
||||
extern void totempg_queue_level_register_callback (totem_queue_level_changed_fn);
|
||||
|
||||
extern void totempg_threaded_mode_enable (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user