mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
18 lines
305 B
C
18 lines
305 B
C
|
/*
|
||
|
* Please do not edit this file.
|
||
|
* It was generated using rpcgen.
|
||
|
*/
|
||
|
|
||
|
#include "protocol.h"
|
||
|
|
||
|
bool_t
|
||
|
xdr_qemud_packet_header (XDR *xdrs, qemud_packet_header *objp)
|
||
|
{
|
||
|
|
||
|
if (!xdr_uint32_t (xdrs, &objp->length))
|
||
|
return FALSE;
|
||
|
if (!xdr_uint32_t (xdrs, &objp->prog))
|
||
|
return FALSE;
|
||
|
return TRUE;
|
||
|
}
|