IMDBI Setting configuration at load time and at use time


#1 Tuxizm

Hello

I was wondering if it is possible to have multiple instances of im_dbi at one time. It is important for access to my global variables. If it is possibe, then  my question is: does NXLog make nx_im_dbi_conf_t for each module instance? Where I should store variables for module if I want to have per load visibility?

#2 adm Nxlog ✓
#1 Tuxizm
Hello I was wondering if it is possible to have multiple instances of im_dbi at one time. It is important for access to my global variables. If it is possibe, then  my question is: does NXLog make nx_im_dbi_conf_t for each module instance? Where I should store variables for module if I want to have per load visibility?

It is possible to use multiple instances of all nxlog modules. If not, that's a bug.

The nx_im_dbi_conf_t structure is allocated for each module instance.