fence-virt/include/client.h
Ryan McCabe 26ac949176 fence-virt: Add vsock support
Add a new vsock listener plugin, and add support to the fence_virt
client to support using it.

Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
2017-07-28 10:25:28 -04:00

10 lines
232 B
C

#ifndef _CLIENT_H
#define _CLIENT_H
int tcp_fence_virt(fence_virt_args_t *args);
int serial_fence_virt(fence_virt_args_t *args);
int mcast_fence_virt(fence_virt_args_t *args);
int vsock_fence_virt(fence_virt_args_t *args);
#endif