tick_util.h 169 字节
Newer Older
B
push  
baotiao 已提交
1 2 3
#ifndef __TICK_UTIL_H__
#define __TICK_UTIL_H__

B
local  
baotiao 已提交
4 5
#include "tick_define.h"

B
baotiao 已提交
6
int Setnonblocking(int sockfd);
B
push  
baotiao 已提交
7

B
local  
baotiao 已提交
8
int SetBlockType(int fd, int& flags, BlockType type);
B
push  
baotiao 已提交
9
#endif