Definition:
typedef struct {
void *info;
int override;
int limited;
configfile_t *config_file;
pool *pool;
struct pool *temp_pool;
server_rec *server;
char *path;
const command_rec *cmd;
const char *end_token;
} cmd_parms;
Usage example:
No examples available.
This structure is passed to a command which is being invoked, to carry a large variety of miscellaneous data.
Previous: child_info
Next: command_rec
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)