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 閱讀(838) 評(píng)論(0) 編輯 收藏 引用 所屬分類: 網(wǎng)絡(luò)服務(wù)器開發(fā) 、linux