search for: struct_name_module_register

Displaying 1 result from an estimated 1 matches for "struct_name_module_register".

2014 Jul 24
0
Problems with custom plugin
...context nowadays expects another attribute/struct named "reg". However, I cannot find any information about this within the documentation and plugin mentioned above. The only clue I have got yet is the definition in module-context.h: union STRUCT_NAME_module_context { struct STRUCT_NAME_module_register *reg; // it's allowed to have some structure here so it won't waste space. // for example: struct STRUCT_NAME_vfuncs super; }; However, I still cannot make any sense of it (yet). Could you please help me in filling the gap and understanding, what has to be changed...