jabberd2  2.2.17
Data Fields
mod_instance_st Struct Reference

single instance of a module in a chain More...

#include <sm.h>

Data Fields

sm_t sm
 sm context
module_t mod
 module that this is an instance of
int seq
 number of this instance
mod_chain_t chain
 chain this instance is in
char * arg
 option arg that this instance was started with

Detailed Description

single instance of a module in a chain

Definition at line 443 of file sm.h.


Field Documentation

sm_t mod_instance_st::sm
module_t mod_instance_st::mod
int mod_instance_st::seq

number of this instance

Definition at line 448 of file sm.h.

mod_chain_t mod_instance_st::chain

chain this instance is in

Definition at line 450 of file sm.h.

char* mod_instance_st::arg

option arg that this instance was started with

Definition at line 452 of file sm.h.


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