From c07a8e7cf73e6218f12a0612fd05e529e6a4f9b4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 21 Jun 2011 19:50:04 +0200 Subject: ipa: rename `struct ipa_link' by `struct ipa_client_link' And IPA_LINK_STATE_* by IPA_CLIENT_LINK_STATE_* to prepare the addition of the ipa_server_link abstraction. --- src/input/hsl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/hsl.c') diff --git a/src/input/hsl.c b/src/input/hsl.c index f8c009e..bc8fdb0 100644 --- a/src/input/hsl.c +++ b/src/input/hsl.c @@ -302,7 +302,7 @@ static int listen_fd_cb(struct osmo_fd *listen_bfd, unsigned int what) return ret; } -static int hsl_bts_process(struct ipa_link *link, struct msgb *msg) +static int hsl_bts_process(struct ipa_client_link *link, struct msgb *msg) { /* XXX: not implemented yet. */ return 0; @@ -333,7 +333,7 @@ static int hsl_line_update(struct e1inp_line *line, } break; case E1INP_LINE_R_BTS: { - struct ipa_link *link; + struct ipa_client_link *link; LOGP(DINP, LOGL_NOTICE, "enabling hsl BTS mode\n"); -- cgit v1.2.3-55-g7522