Loading src/lib/bus/bus.h +0 −4 Original line number Diff line number Diff line Loading @@ -22,10 +22,6 @@ #include "bus_types.h" /* This opaque bus struct represents the only user-facing interface to * the network handling code. Callbacks are provided to react to network * events. */ /* Initialize a bus, based on configuration in *config. Returns a bool * indicating whether the construction succeeded, and the bus pointer * and/or a status code indicating the cause of failure in *res. */ Loading src/lib/bus/bus_types.h +4 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ typedef enum { BUS_SOCKET_SSL, } bus_socket_t; /* A message being packaged for delivery by the message bus. */ typedef struct { int fd; bus_socket_t type; Loading @@ -249,6 +250,9 @@ typedef struct { void *udata; } bus_user_msg; /* This opaque bus struct represents the only user-facing interface to * the network handling code. Callbacks are provided to react to network * events. */ struct bus_t; typedef enum { Loading Loading
src/lib/bus/bus.h +0 −4 Original line number Diff line number Diff line Loading @@ -22,10 +22,6 @@ #include "bus_types.h" /* This opaque bus struct represents the only user-facing interface to * the network handling code. Callbacks are provided to react to network * events. */ /* Initialize a bus, based on configuration in *config. Returns a bool * indicating whether the construction succeeded, and the bus pointer * and/or a status code indicating the cause of failure in *res. */ Loading
src/lib/bus/bus_types.h +4 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ typedef enum { BUS_SOCKET_SSL, } bus_socket_t; /* A message being packaged for delivery by the message bus. */ typedef struct { int fd; bus_socket_t type; Loading @@ -249,6 +250,9 @@ typedef struct { void *udata; } bus_user_msg; /* This opaque bus struct represents the only user-facing interface to * the network handling code. Callbacks are provided to react to network * events. */ struct bus_t; typedef enum { Loading