|
OpenAFS
OpenAFS distributed network file system
|
Data Fields | |
| u_short | serviceId |
| afs_uint32 | serviceHost |
| u_short | servicePort |
| char * | serviceName |
| osi_socket | socket |
| u_short | nRequestsRunning |
| u_short | nSecurityObjects |
| struct rx_securityClass ** | securityObjects |
| afs_int32(* | executeRequestProc )(struct rx_call *acall) |
| void(* | destroyConnProc )(struct rx_connection *tcon) |
| void(* | newConnProc )(struct rx_connection *tcon) |
| void(* | beforeProc )(struct rx_call *acall) |
| void(* | afterProc )(struct rx_call *acall, afs_int32 code) |
| void(* | postProc )(afs_int32 code) |
| u_short | maxProcs |
| u_short | minProcs |
| u_short | connDeadTime |
| u_short | idleDeadTime |
| u_char | checkReach |
| afs_int32 | idleDeadErr |
| int | nSpecific |
| void ** | specific |