aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/msgb.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2011-07-14 18:33:44 +0200
committerJan Luebbe <jluebbe@debian.org>2011-07-14 18:33:44 +0200
commiteb1386470b349b1892f68ceaf2f0e91206986ef3 (patch)
treeff20fbfdf62b8c56f4b3cbcfd059201e7a7c03a1 /include/osmocom/core/msgb.h
parentf9db63e6e8d53fa82c771bc9dcc2b9166bc255ef (diff)
parent8264e09ca2f3bd93eba5eefa342267f303085629 (diff)
Merge commit '0.3.4' into debian
Diffstat (limited to 'include/osmocom/core/msgb.h')
-rw-r--r--include/osmocom/core/msgb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/msgb.h b/include/osmocom/core/msgb.h
index 8665c2bf..58976f7f 100644
--- a/include/osmocom/core/msgb.h
+++ b/include/osmocom/core/msgb.h
@@ -193,5 +193,7 @@ static inline struct msgb *msgb_alloc_headroom(int size, int headroom,
uint8_t *msgb_data(const struct msgb *msg);
uint16_t msgb_length(const struct msgb *msg);
+/* set the talloc context for msgb_alloc[_headroom] */
+void msgb_set_talloc_ctx(void *ctx);
#endif /* _MSGB_H */