Merge commit '430be849945688ae107b079db1e216329b1a1f06'
[osmocom-bb.git] / src / shared / libosmocore / src / msgb.c
index d2c167a..f9841ed 100644 (file)
@@ -98,3 +98,8 @@ uint16_t msgb_length(const struct msgb *msg)
 {
        return msg->len;
 }
+
+void msgb_set_talloc_ctx(void *ctx)
+{
+       tall_msgb_ctx = ctx;
+}