>Thanks Spenser, I looked at usr/src/head/rpcsvc/mount.x, I couldn't
>find an explicit definition of xdr_mountres3() in that file, maybe
>thre is a bit of magic in how rpcgen generates common/mount_x dr.c
>that will then eventually have that definition. Thanks for the
>pointers.
Of course there isn't. rpcgen takes definitions like:
struct mountres3_ok {
fhandle3 fhandle;
int auth_flavors<>;
};
union mountres3 switch (mountstat3 fhs_status) {
case MNT_OK:
mountres3_ok mountinfo;
default:
void;
};
And creates the xdr_mountres3 function from it.
Casper
_______________________________________________
opensolaris-discuss mailing list
[email protected]