网络服务器软件开发

C++博客 首页 新随笔 联系 聚合 管理
  86 Posts :: 3 Stories :: 51 Comments :: 0 Trackbacks
2007-07-04 17:50
                                           
/*
* This structure is stored inside the "private_data" member of the file
* structure and rapresent the main data sructure for the eventpoll
* interface.
*/
struct eventpoll {
   /* Protect the this structure access */
   rwlock_t lock;
posted on 2008-06-01 22:55 true 阅读(84) 评论(0)  编辑 收藏 引用 所属分类: 网络编程模型linux

标题  
姓名  
主页
验证码 *
内容(提交失败后,可以通过“恢复上次提交”恢复刚刚提交的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
[使用Ctrl+Enter键可以直接提交]
相关链接:
网站导航: