jabberd2  2.3.3
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 More...
 
module_t mod
 module that this is an instance of More...
 
int seq
 number of this instance More...
 
mod_chain_t chain
 chain this instance is in More...
 
const char * arg
 option arg that this instance was started with More...
 

Detailed Description

single instance of a module in a chain

Definition at line 445 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 450 of file sm.h.

mod_chain_t mod_instance_st::chain

chain this instance is in

Definition at line 452 of file sm.h.

const char* mod_instance_st::arg

option arg that this instance was started with

Definition at line 454 of file sm.h.


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