mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 09:22:03 +00:00
Define totemiba_log_printf properly
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
2565dfa03d
commit
e416a04b02
@ -187,13 +187,15 @@ struct totemiba_instance {
|
||||
|
||||
struct ibv_cq *send_token_recv_cq;
|
||||
|
||||
void (*totemiba_log_printf) (
|
||||
unsigned int rec_ident,
|
||||
void (*totemiba_log_printf) (
|
||||
int level,
|
||||
int subsys,
|
||||
const char *function,
|
||||
const char *file,
|
||||
int line,
|
||||
const char *format,
|
||||
...)__attribute__((format(printf, 5, 6)));
|
||||
...)__attribute__((format(printf, 6, 7)));
|
||||
|
||||
|
||||
int totemiba_subsys_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user