5#ifndef JIVEXML_ONCRPCXDRPROCS_H
6#define JIVEXML_ONCRPCXDRPROCS_H
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
bool_t xdr_event_req(XDR *xdrsp, EventRequest *eventReq)
De-/Encoding of EventRequest_t.
struct EventRequest_t EventRequest
Data structures for GetEvent functions.
bool_t xdr_streams(XDR *xdrsp, Streams *streams)
De- and Encoding of Streams_t.
struct Streams_t Streams
Data structures for GetStreams functions.
bool_t xdr_event(XDR *xdrsp, Event *event)
De-/Encoding of Event_t.