基於消息機制的異步架構之對消息隊列的處理

/*  *   handle.h  */ #ifndef HANDLE_H_ #define HANDLE_H_ #include "msgqueue.h" typedef struct HANDLER{ int send_sock; char send_ip[128]; uint16 send_port; int ind; pthread_t  thread_id; //WORKER* fath
相關文章
相關標籤/搜索