Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 35 of 128
REJ10J1822-0101
5.5.5 SVR_NOSTUBTBL
Format:
SVR_NOSTUBTBL;
Description:
The server-stub function table is rpc_server_info.ServerStubList, the table defined by
rpc_start_server() or rpc_start_server_with_paramarea() called by the server-initialization
function.
If this statement is present, RPCGEN will not create the server-stub function table. Use
SVR_NOSTUBTBL when the server-initialization function is provided as part of the application.
Also refer to section 8.4, Server-Stub Function Table.
Example:
SVR_NOSTUBTBL;