|
OpenAFS
OpenAFS distributed network file system
|
Message parameters for AFS_MSG_KLOG message. More...
#include <afspext.h>
Data Fields | |
| khm_size | cbsize |
| Set to sizeof(afs_msg_klog) | |
| khm_handle | identity |
| Handle to identity for which we are obtaining tokens. | |
| const char * | service |
| Service name to use when obtaining token. | |
| const char * | cell |
| Name of cell to obtain tokens for. | |
| const char * | realm |
| Realm to use when obtaining tokens. | |
| const afs_conf_cell * | cell_config |
| Cell configuration for the cell specified in cell. | |
| khm_int32 | lifetime |
| Advisory lifetime specifier, in seconds. | |
Message parameters for AFS_MSG_KLOG message.
| const char* cell |
Name of cell to obtain tokens for.
Can be NULL if the local cell is to be used.
| const afs_conf_cell* cell_config |
Cell configuration for the cell specified in cell.
| khm_handle identity |
Handle to identity for which we are obtaining tokens.
| khm_int32 lifetime |
Advisory lifetime specifier, in seconds.
If set to zero, means there is no specification for lifetime. Extensions should feel free to ignore this parameter.
| const char* realm |
Realm to use when obtaining tokens.
Can be NULL if the realm has not been determined.
| const char* service |
Service name to use when obtaining token.
This can be NULL if the service name has not be determined.