jabberd2  2.2.16
Data Fields
mm_st Struct Reference

module manager data More...

#include <sm.h>

Data Fields

sm_t sm
 sm context
xht modules
 pointers to module data (key is module name)
int nindex
 counter for module instance sequence (!!! should be local to mm_new)
mod_instance_tsess_start
 sess-start chain
int nsess_start
mod_instance_tsess_end
 sess-end chain
int nsess_end
mod_instance_tin_sess
 in-sess chain
int nin_sess
mod_instance_tin_router
 in-router chain
int nin_router
mod_instance_tout_sess
 out-sess chain
int nout_sess
mod_instance_tout_router
 out-router chain
int nout_router
mod_instance_tpkt_sm
 pkt-sm chain
int npkt_sm
mod_instance_tpkt_user
 pkt-user chain
int npkt_user
mod_instance_tpkt_router
 pkt-router chain
int npkt_router
mod_instance_tuser_load
 user-load chain
int nuser_load
mod_instance_tuser_create
 user-create chain
int nuser_create
mod_instance_tuser_delete
 user-delete chain
int nuser_delete
mod_instance_tdisco_extend
 disco-extend chain
int ndisco_extend
mod_instance_tuser_unload
 user-unload chain
int nuser_unload

Detailed Description

module manager data


Field Documentation

pointers to module data (key is module name)

Definition at line 365 of file sm.h.

Referenced by mm_new(), and mm_free().

counter for module instance sequence (!!! should be local to mm_new)

Definition at line 367 of file sm.h.

Referenced by _user_alloc(), mm_new(), and sess_start().

sess-start chain

Definition at line 370 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_sess_start().

Definition at line 370 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_sess_start().

sess-end chain

Definition at line 372 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_sess_end().

Definition at line 372 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_sess_end().

in-sess chain

Definition at line 374 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_in_sess().

Definition at line 374 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_in_sess().

in-router chain

Definition at line 376 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_in_router().

Definition at line 376 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_in_router().

out-sess chain

Definition at line 378 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_out_sess().

Definition at line 378 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_out_sess().

out-router chain

Definition at line 380 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_out_router().

Definition at line 380 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_out_router().

pkt-sm chain

Definition at line 382 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_sm().

Definition at line 382 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_sm().

pkt-user chain

Definition at line 384 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_user().

Definition at line 384 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_user().

pkt-router chain

Definition at line 386 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_router().

Definition at line 386 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_pkt_router().

user-load chain

Definition at line 388 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_load().

Definition at line 388 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_load().

user-create chain

Definition at line 390 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_create().

Definition at line 390 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_create().

user-delete chain

Definition at line 392 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_delete().

Definition at line 392 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_user_delete().

disco-extend chain

Definition at line 394 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_disco_extend().

Definition at line 394 of file sm.h.

Referenced by mm_new(), mm_free(), and mm_disco_extend().

user-unload chain

Definition at line 396 of file sm.h.

Referenced by mm_new(), and mm_user_unload().

Definition at line 396 of file sm.h.

Referenced by mm_new(), and mm_user_unload().


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