...
|
...
|
@@ -125,17 +125,15 @@ stat_export_t mod_stats[] = {
|
125
|
125
|
|
126
|
126
|
struct module_exports exports = {
|
127
|
127
|
"ims_usrloc_pcscf",
|
128
|
|
- DEFAULT_DLFLAGS, /*!< dlopen flags */
|
129
|
|
- cmds, /*!< Exported functions */
|
130
|
|
- params, /*!< Export parameters */
|
131
|
|
- mod_stats, /*!< exported statistics */
|
132
|
|
- 0, /*!< exported MI functions */
|
133
|
|
- 0, /*!< exported pseudo-variables */
|
134
|
|
- 0, /*!< extra processes */
|
135
|
|
- mod_init, /*!< Module initialization function */
|
136
|
|
- 0, /*!< Response function */
|
137
|
|
- destroy, /*!< Destroy function */
|
138
|
|
- child_init /*!< Child initialization function */
|
|
128
|
+ DEFAULT_DLFLAGS, /* dlopen flags */
|
|
129
|
+ cmds, /* exported functions */
|
|
130
|
+ params, /* export parameters */
|
|
131
|
+ 0, /* exported RPC functions */
|
|
132
|
+ 0, /* exported pseudo-variables */
|
|
133
|
+ 0, /* response·function */
|
|
134
|
+ mod_init, /* module initialization function */
|
|
135
|
+ child_init, /* per-child·init·function*/
|
|
136
|
+ destroy /* destroy function */
|
139
|
137
|
};
|
140
|
138
|
|
141
|
139
|
|