rpcgen
Hi,
This is the first time I am working on RPC. I am using rpcgen to create
the msg.h, *_clnt.c and *_svc.c. The *_svc is calling *_1_svc function, the *_clnt.c calls *_1(). I have written on *_1() function. Not sure how this *_1_svc function is called in *_svc.c
|