forked from altcloud/fence-virt
Remove dummy serial prototypes
Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
parent
56282c40e8
commit
16d5a8aa98
@ -106,16 +106,3 @@ void plugin_dump(void);
|
|||||||
int plugin_load(const char *libpath);
|
int plugin_load(const char *libpath);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* TODO: make these 'plugins' instead of static uses */
|
|
||||||
typedef void serial_options;
|
|
||||||
/* Directory path / hypervisor uri if using libvirt...
|
|
||||||
.. whatever you think you need... */
|
|
||||||
|
|
||||||
int serial_init(listener_context_t *, fence_callbacks_t *,
|
|
||||||
config_object_t *, void *priv);
|
|
||||||
|
|
||||||
/* NULL = no timeout; wait forever */
|
|
||||||
int serial_dispatch(listener_context_t, struct timeval *timeout);
|
|
||||||
int serial_shutdown(listener_context_t);
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user