mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
Define undefined prototypes
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1814 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
daeba96c58
commit
43ab4aa3a9
@ -66,6 +66,15 @@
|
||||
#include "totemnet.h"
|
||||
#include "totemrrp.h"
|
||||
|
||||
void rrp_deliver_fn (
|
||||
void *context,
|
||||
void *msg,
|
||||
int msg_len);
|
||||
|
||||
void rrp_iface_change_fn (
|
||||
void *context,
|
||||
struct totem_ip_address *iface_addr);
|
||||
|
||||
struct totemrrp_instance;
|
||||
struct passive_instance {
|
||||
struct totemrrp_instance *rrp_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user