laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-netif/+/33103 )

Change subject: stream: (typo) Change callback param name of struct 
osmo_stream_cli from srv to cli
......................................................................

stream: (typo) Change callback param name of struct osmo_stream_cli from srv to 
cli

Change-Id: I742db401165477f85e66bb428f156ecbbd5d6665
---
M src/stream.c
1 file changed, 13 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved




diff --git a/src/stream.c b/src/stream.c
index b3721c5..6afb7ca 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -261,10 +261,10 @@
        int                             sk_domain;
        int                             sk_type;
        uint16_t                        proto;
-       int (*connect_cb)(struct osmo_stream_cli *srv);
-       int (*disconnect_cb)(struct osmo_stream_cli *srv);
-       int (*read_cb)(struct osmo_stream_cli *srv);
-       int (*write_cb)(struct osmo_stream_cli *srv);
+       int (*connect_cb)(struct osmo_stream_cli *cli);
+       int (*disconnect_cb)(struct osmo_stream_cli *cli);
+       int (*read_cb)(struct osmo_stream_cli *cli);
+       int (*write_cb)(struct osmo_stream_cli *cli);
        void                            *data;
        int                             flags;
        int                             reconnect_timeout;

--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/33103
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I742db401165477f85e66bb428f156ecbbd5d6665
Gerrit-Change-Number: 33103
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to