#ifndef __MOD_SOCKET_H__ #define __MOD_SOCKET_H__ #include "shm_socket.h" #ifdef __cplusplus extern "C" { #endif enum shm_mod_t { PULL_PUSH = 1, REQ_REP = 2, PAIR = 3, PUB_SUB = 4, SURVEY = 5, BUS = 6 }; #ifdef __cplusplus } #endif #endif