OpenAFS
OpenAFS distributed network file system
tag_afs_msg_klogA_v1 Struct Reference

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_cellcell_config
 Cell configuration for the cell specified in cell.
khm_int32 lifetime
 Advisory lifetime specifier, in seconds.

Detailed Description

Message parameters for AFS_MSG_KLOG message.

See also:
AFS_MSG_KLOG
Note:
This structure uses ANSI char fields instead of unicode fields.

Field Documentation

const char* cell

Name of cell to obtain tokens for.

Can be NULL if the local cell is to be used.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables