Add server prefix to utst_int.xg
authorAndrew Deason <adeason@sinenomine.net>
Sun, 29 Nov 2009 03:25:27 +0000 (22:25 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sun, 29 Nov 2009 15:37:54 +0000 (07:37 -0800)
commit0188cf081f3c21cc1cb467a9babeb22a52b093f7
treed8820bc9aa0d4e943a74b4d5e4f14fd2d2823c37
parent58258ba3b89732ea825e1aff2decab54347ab92e
Add server prefix to utst_int.xg

When compiling src/ubik/utst_int.ss.c, a warning would be produced since
the server stubs are defined as accepting an rx_connection instead of an
rx_call, and since the server and client RPC stubs have the same name.
Give a server prefix so we can distinguish between the two, and fix the
server stubs and squash the warning, similar to
bd011aeee7f5dad5c61fd81a90b296c46a0b9058.

Change-Id: Iebf843bcabb4cf8f4a56c6ac30d210573b58d801
Reviewed-on: http://gerrit.openafs.org/876
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/ubik/Makefile.in
src/ubik/utst_int.xg
src/ubik/utst_server.c