Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 3c62178c0b18cdc90f2d18fdab4814122dbf8286 https://github.com/fabbione/kronosnet/commit/3c62178c0b18cdc90f2d18fdab48141... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths: M configure.ac M libknet/Makefile.am M libknet/handle.c M libknet/transport_sctp.c M libknet/transports.h
Log Message: ----------- [build] cleanup conditionals to build SCTP and other protocols
Unsupported protocols just need to return NULL on get_PROTO_transport and contain all protocol conditionals within the transport_PROTO.c.
There is still one conditional in RX/TX thread that needs cleaning but it's a rather complex operation and leave it in for now.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com