Attention is currently required from: osmith, fixeria.

pespin uploaded patch set #2 to this change.

View Change

stream: Split cli/srv specific code out of stream.c

The dev/user in general is only interested about one side of the stream
when looking at the code. Since the stream.c file is tarting to be quite
large/bloated, this patch splits its content into stream_cli.c and
stream_srv.c to make it easier to improve/extend and review.
Keep common code between cli and srv in stream.c, and add a private header
to contain references to it.

Change-Id: I22af01bba2040eb320ba48fd1b46c090c98be159
---
M include/osmocom/netif/Makefile.am
M include/osmocom/netif/stream.h
A include/osmocom/netif/stream_private.h
M src/Makefile.am
M src/stream.c
A src/stream_cli.c
A src/stream_srv.c
7 files changed, 1,993 insertions(+), 1,786 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/57/34057/2

To view, visit change 34057. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I22af01bba2040eb320ba48fd1b46c090c98be159
Gerrit-Change-Number: 34057
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newpatchset