pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-netif/+/38910?usp=email )
Change subject: stream_cli: Log destroy code path
......................................................................
stream_cli: Log destroy code path
Change-Id: Ia371cd2d913f1d434b851809c6305301897108d9
---
M src/stream_cli.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/10/38910/1
diff --git a/src/stream_cli.c b/src/stream_cli.c
index 807f062..2dc6513 100644
--- a/src/stream_cli.c
+++ b/src/stream_cli.c
@@ -860,6 +860,7 @@
* \param[in] cli Stream Client to destroy */
void osmo_stream_cli_destroy(struct osmo_stream_cli *cli)
{
+ LOGSCLI(cli, LOGL_DEBUG, "destroy()\n");
osmo_stream_cli_close(cli);
osmo_timer_del(&cli->timer);
msgb_queue_free(&cli->tx_queue);
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/38910?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ia371cd2d913f1d434b851809c6305301897108d9
Gerrit-Change-Number: 38910
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>