X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Fxdr_rec.c;h=d19f763a6a3adb562dec6abe887fe91951f626bd;hp=591502e4c2c2317575250f4114223934ef7e1470;hb=f18a6c36b38ed8422eb6ed5e43cebaa3d212917c;hpb=5dddb87eb362c824dee4b0340a95ca929c71d26f diff --git a/src/rx/xdr_rec.c b/src/rx/xdr_rec.c index 591502e..d19f763 100644 --- a/src/rx/xdr_rec.c +++ b/src/rx/xdr_rec.c @@ -117,14 +117,14 @@ static bool_t skip_input_bytes(RECSTREAM * rstrm, int cnt); static u_int fix_buf_size(u_int s); static struct xdr_ops xdrrec_ops = { - xdrrec_getint32, - xdrrec_putint32, - xdrrec_getbytes, - xdrrec_putbytes, - xdrrec_getpos, - xdrrec_setpos, - xdrrec_inline, - xdrrec_destroy + .x_getint32 = xdrrec_getint32, + .x_putint32 = xdrrec_putint32, + .x_getbytes = xdrrec_getbytes, + .x_putbytes = xdrrec_putbytes, + .x_getpos = xdrrec_getpos, + .x_setpos = xdrrec_setpos, + .x_inline = xdrrec_inline, + .x_destroy = xdrrec_destroy }; /* * Create an xdr handle for xdrrec