summaryrefslogtreecommitdiffstats
path: root/src/input/hsl.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-23 13:36:34 +0200
committerPablo Neira Ayuso2011-06-23 13:36:34 +0200
commite009f4a009e028fbd041e8731e75c4c39d52cdd1 (patch)
tree5bf803bfe549537454aec326f17a802b7da45547 /src/input/hsl.c
parentipaccess: remove dead code from ipaccess adriver (diff)
downloadlibosmo-abis-e009f4a009e028fbd041e8731e75c4c39d52cdd1.tar.gz
libosmo-abis-e009f4a009e028fbd041e8731e75c4c39d52cdd1.tar.xz
libosmo-abis-e009f4a009e028fbd041e8731e75c4c39d52cdd1.zip
ipa: extend ipa_*link_create() to take one generic data pointer
With this patch we can attach generic data to some IPA link. This will be useful for the IPA proxy support.
Diffstat (limited to 'src/input/hsl.c')
-rw-r--r--src/input/hsl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/hsl.c b/src/input/hsl.c
index bc8fdb0..0b6b078 100644
--- a/src/input/hsl.c
+++ b/src/input/hsl.c
@@ -338,7 +338,8 @@ static int hsl_line_update(struct e1inp_line *line,
LOGP(DINP, LOGL_NOTICE, "enabling hsl BTS mode\n");
link = ipa_client_link_create(tall_hsl_ctx, line, addr,
- HSL_TCP_PORT, hsl_bts_process);
+ HSL_TCP_PORT, hsl_bts_process,
+ NULL);
if (link == NULL) {
LOGP(DINP, LOGL_ERROR, "cannot create BTS link: %s\n",
strerror(errno));