Change in osmo-e1d[master]: Export _e1d_ts_stop() function inside daemon

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jun 29 12:11:13 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/19044 )


Change subject: Export _e1d_ts_stop() function inside daemon
......................................................................

Export _e1d_ts_stop() function inside daemon

Change-Id: If3ceca05d4fdf1e33d926061f30fce6bfa8e0357
---
M src/ctl.c
M src/e1d.h
2 files changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/44/19044/1

diff --git a/src/ctl.c b/src/ctl.c
index 0d6c313..8517aef 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -91,7 +91,7 @@
 }
 
 
-static void
+void
 _e1d_ts_stop(struct e1_ts *ts)
 {
 	ts->mode = E1_TS_MODE_OFF;
diff --git a/src/e1d.h b/src/e1d.h
index e93d0e5..55b4800 100644
--- a/src/e1d.h
+++ b/src/e1d.h
@@ -104,3 +104,6 @@
 _e1_tx_hdlcfs(struct e1_ts *ts, uint8_t *buf, int len);
 
 void e1d_vty_init(struct e1_daemon *e1d);
+
+void
+_e1d_ts_stop(struct e1_ts *ts);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/19044
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: If3ceca05d4fdf1e33d926061f30fce6bfa8e0357
Gerrit-Change-Number: 19044
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200629/3f55ced1/attachment.htm>


More information about the gerrit-log mailing list