summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/e1_input.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-05 14:45:46 +0200
committerPablo Neira Ayuso2011-07-05 14:59:16 +0200
commitadd3ec84779ca1f9c7dd64aa8bb8641e8f15637a (patch)
tree939d9efeac7c3d28f184c8d7ded864ec6598f777 /include/osmocom/abis/e1_input.h
parentinclude: export lapd.h since openBSC needs it (diff)
downloadlibosmo-abis-add3ec84779ca1f9c7dd64aa8bb8641e8f15637a.tar.gz
libosmo-abis-add3ec84779ca1f9c7dd64aa8bb8641e8f15637a.tar.xz
libosmo-abis-add3ec84779ca1f9c7dd64aa8bb8641e8f15637a.zip
e1_input: change prototype of close hook in e1inp_driver
This patch changes `close' so we can make the e1inp_event inside this hook.
Diffstat (limited to 'include/osmocom/abis/e1_input.h')
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index f29491a..312e781 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -116,7 +116,7 @@ struct e1inp_driver {
const char *name;
int (*want_write)(struct e1inp_ts *ts);
int (*line_update)(struct e1inp_line *line, enum e1inp_line_role role, const char *addr);
- void (*close)(struct e1inp_ts *ts);
+ void (*close)(struct e1inp_sign_link *link);
int default_delay;
};