mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 05:34:02 +00:00
Remove warning about memb_set_print not being used. This is only useful for
debugging. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1046 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
bda4420351
commit
252fc54461
@ -1144,6 +1144,7 @@ static void memb_set_and (
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef CODE_COVERAGE
|
||||
static void memb_set_print (
|
||||
char *string,
|
||||
struct srp_addr *list,
|
||||
@ -1157,10 +1158,11 @@ static void memb_set_print (
|
||||
for (j = 0; j < INTERFACE_MAX; j++) {
|
||||
printf ("Address %d\n", i);
|
||||
printf ("\tiface %d %s\n", j, totemip_print (&list[i].addr[j]));
|
||||
printf ("fmaily %d\n", list[i].addr[j].family);
|
||||
printf ("family %d\n", list[i].addr[j].family);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void reset_token_retransmit_timeout (struct totemsrp_instance *instance)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user