26ac949176
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>
10 lines
232 B
C
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
|