jabberd2  2.6.1
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 446 of file sm.h.

Field Documentation

◆ sm

sm_t mod_instance_st::sm

◆ mod

module_t mod_instance_st::mod

◆ seq

int mod_instance_st::seq

number of this instance

Definition at line 451 of file sm.h.

◆ chain

mod_chain_t mod_instance_st::chain

chain this instance is in

Definition at line 453 of file sm.h.

◆ arg

const char* mod_instance_st::arg

option arg that this instance was started with

Definition at line 455 of file sm.h.


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