projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
950759d
)
perl(k): update api calls: s/MODULE_T/MODULE2_T/
author
Andrei Pelinescu-Onciul
<andrei@iptel.org>
Mon, 15 Mar 2010 19:18:40 +0000
(20:18 +0100)
committer
Andrei Pelinescu-Onciul
<andrei@iptel.org>
Mon, 15 Mar 2010 19:20:05 +0000
(20:20 +0100)
MODULE_T was obsoleted by recent changes. It was replaced by
MODULE0_T, MODULE1_T and MODULE2_T.
modules_k/perl/openserxs.xs
patch
|
blob
|
history
diff --git
a/modules_k/perl/openserxs.xs
b/modules_k/perl/openserxs.xs
index
4ee86b6
..
998b219
100644
(file)
--- a/
modules_k/perl/openserxs.xs
+++ b/
modules_k/perl/openserxs.xs
@@
-259,7
+259,7
@@
int moduleFunc(struct sip_msg *m, char *func,
return -1;
}
return -1;
}
- act = mk_action(MODULE_T, 4 /* number of (type, value) pairs */,
+ act = mk_action(MODULE
2
_T, 4 /* number of (type, value) pairs */,
MODEXP_ST, exp_func_struct, /* function */
NUMBER_ST, 2, /* parameter number */
STRING_ST, argv[0], /* param. 1 */
MODEXP_ST, exp_func_struct, /* function */
NUMBER_ST, 2, /* parameter number */
STRING_ST, argv[0], /* param. 1 */