ReactOS 0.4.15-dev-7906-g1b85a5f
svc_callout Struct Reference
Collaboration diagram for svc_callout:

Public Attributes

struct svc_calloutsc_next
 
rpcprog_t sc_prog
 
rpcvers_t sc_vers
 
charsc_netid
 
void(* sc_dispatch )(struct svc_req *, SVCXPRT *)
 

Detailed Description

Definition at line 72 of file svc.c.

Member Data Documentation

◆ sc_dispatch

void(* svc_callout::sc_dispatch) (struct svc_req *, SVCXPRT *)

Definition at line 78 of file svc.c.

◆ sc_netid

char* svc_callout::sc_netid

Definition at line 77 of file svc.c.

◆ sc_next

struct svc_callout* svc_callout::sc_next

Definition at line 74 of file svc.c.

Referenced by svc_unreg().

◆ sc_prog

rpcprog_t svc_callout::sc_prog

Definition at line 75 of file svc.c.

◆ sc_vers

rpcvers_t svc_callout::sc_vers

Definition at line 76 of file svc.c.


The documentation for this struct was generated from the following file: