enum rpc_xml_op

Tags distinguished for rpc call and rpc result

#include <xml_xdr.h>

enum rpc_xml_op {
    rpc_xml_call,
    rpc_xml_result,
};