public void xdrEncode(XdrEncodingStream xdr) { sa_sessionid.xdrEncode(xdr); sa_sequenceid.xdrEncode(xdr); sa_slotid.xdrEncode(xdr); sa_highest_slotid.xdrEncode(xdr); xdr.xdrEncodeBoolean(sa_cachethis); }
public void xdrEncode(XdrEncodingStream xdr) { sr_sessionid.xdrEncode(xdr); sr_sequenceid.xdrEncode(xdr); sr_slotid.xdrEncode(xdr); sr_highest_slotid.xdrEncode(xdr); sr_target_highest_slotid.xdrEncode(xdr); sr_status_flags.xdrEncode(xdr); }