diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-01-26 00:03:10 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-01-27 10:28:58 +0100 |
commit | 48f55833476439fc45fa4eaa4327beccdc92d44b (patch) | |
tree | 599c70ba009bdf5dda3b88264179416051a54274 /TODO-RELEASE | |
parent | 319f321da54c39b6d17d02e209407f943d43044c (diff) |
socket: Introduce function to obtain socket name
Using this function, one can obtain a human-readable string identifying
the host and port names of the socket.
Change-Id: Ib5de5c7b9effe1b0a363e4473a7be7fa38ca6ef3
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..5c6bfa3c 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 +libosmocore new function osmo_sock_get_name() |