diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-11-20 14:15:03 +0100 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2017-11-20 14:22:15 +0100 |
commit | 3fad5d782acbd97be1124ccab874741261913429 (patch) | |
tree | cc6df325658fc3b7c1a4865558745de871f6ff38 /TODO-RELEASE | |
parent | abcd0e37b77529dadfc296cda7aacfe31858d74d (diff) |
msgb: add inline msgb_queue_free()
Related: Iaad35f03e3bdfabf3ba82b16e563c0a5d1f03639 (libosmo-netif)
Change-Id: Ia291832ca445d4071f0ed9a01730d945ff691cf7
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index fb0bfeab..99865c68 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,3 +7,4 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line +core msgb_queue_free() add inline func to msgb.h |