Hi Tomi, Patches applied. Thank you for your contribution. ///jon
> -----Original Message----- > From: Tommi Rantala [mailto:[email protected]] > Sent: Monday, April 24, 2017 06:40 AM > To: [email protected] > Cc: Tommi Rantala <[email protected]> > Subject: [tipc-discussion] [PATCH 00/11] tipcutils patches > > From: Tommi Rantala <[email protected]> > > Hi, some small patches to tipcutils, also available in the master branch here: > https://github.com/rantala/tipcutils > > Tommi Rantala (11): > tipc-pipe: typo fix in usage > tipc-pipe: const char usage[] > tipc-pipe: handle fork() failure > tipc-pipe: memset struct to avoid -Wextra compiler warning > tipc-pipe: do not leak peer_sd file descriptor in parent process > tipc-pipe: exit from main() if socket() call fails > tipc-pipe: avoid zombies in server mode > two-arg main() > update README to tell that tipc-config was removed > remove tipc-config from .gitignore > add multicast_blast/group_cast to .gitignore > > .gitignore | 2 +- > README | 18 ++++++++---------- > demos/benchmark/client_tipc.c | 2 +- > demos/benchmark/server_tipc.c | 2 +- > demos/c_api_demo/tipc_c_api_client.c | 2 +- > demos/c_api_demo/tipc_c_api_server.c | 2 +- > demos/c_api_demo/tipc_c_api_top_subscr.c | 2 +- > demos/connection_demo/client_tipc.c | 2 +- > demos/connection_demo/server_tipc.c | 2 +- > demos/hello_world/client_tipc.c | 2 +- > demos/hello_world/server_tipc.c | 2 +- > demos/multicast_demo/client_tipc.c | 2 +- > demos/multicast_demo/server_tipc.c | 2 +- > demos/stream_demo/client_tipc.c | 2 +- > demos/stream_demo/server_tipc.c | 2 +- > demos/topology_subscr_demo/client_tipc.c | 2 +- > demos/topology_subscr_demo/server_tipc.c | 2 +- > multicast_blast/group_cast.c | 2 +- > multicast_blast/mcast_tipc.c | 2 +- > ptts/tipc_ts_client_linux.c | 2 +- > ptts/tipc_ts_server_linux.c | 2 +- > tipc-pipe/tipc-pipe.c | 24 ++++++++++++++++++++---- > 22 files changed, 48 insertions(+), 34 deletions(-) > > -- > 2.9.3 > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > tipc-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tipc-discussion ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
