From 2ff47b8606d93a301cf6cecb0d32fa4b77f5c5c9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Feb 2011 20:25:10 +0100 Subject: bsc: Allocate the bsc with talloc instead Allocate the bsc with talloc to have a nice root context for everything in the system. --- include/bsc_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/bsc_data.h b/include/bsc_data.h index c1e1658..189ddcb 100644 --- a/include/bsc_data.h +++ b/include/bsc_data.h @@ -190,4 +190,6 @@ enum { }; int mtp_handle_pcap(struct mtp_link *, int dir, const uint8_t *data, int length); +struct bsc_data *bsc_data_create(); + #endif -- cgit v1.2.3