#include "transport-mapper-unix.h"#include "transport-unix-socket.h"#include "stats/stats-registry.h"#include <sys/types.h>#include <sys/socket.h>#include <sys/un.h>
Classes | |
| struct | TransportMapperUnix |
Functions | |
| TransportMapper * | transport_mapper_unix_dgram_new (void) |
| TransportMapper * | transport_mapper_unix_stream_new (void) |
| TransportMapper* transport_mapper_unix_dgram_new | ( | void | ) |
| TransportMapper* transport_mapper_unix_stream_new | ( | void | ) |