search for: virlxcprotocolexitstatus

Displaying 1 result from an estimated 1 matches for "virlxcprotocolexitstatus".

2013 Feb 09
1
OSX rpcgen problem
...and the problem is visible just by running this by itself: $ rpcgen -h src/lxc/lxc_protocol.x /* * Please do not edit this file. * It was generated using rpcgen. */ #ifndef _LXC_PROTOCOL_H_RPCGEN #define _LXC_PROTOCOL_H_RPCGEN #define RPCGEN_VERSION 199506 #include <rpc/rpc.h> enum virLXCProtocolExitStatus { VIR_LXC_PROTOCOL_EXIT_STATUS_ERROR = 0, VIR_LXC_PROTOCOL_EXIT_STATUS_SHUTDOWN = 1, VIR_LXC_PROTOCOL_EXIT_STATUS_REBOOT = 2, }; typedef enum virLXCProtocolExitStatus virLXCProtocolExitStatus; #ifdef __cplusplus extern "C" bool_t xdr_virLXCProtocolExitStatus(XDR *,...