Changeset 19040 for lang/c/mpio/trunk/mp/fdnotify.h
- Timestamp:
- 09/09/08 20:42:06 (5 years ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/fdnotify.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/fdnotify.h
r18301 r19040 55 55 int m_pipe[2]; 56 56 char m_buffer[sizeof(NotifyObject)*MP_FDNOTIFY_VECTOR_SIZE]; 57 struct iovec m_iovec[MP_FDNOTIFY_VECTOR_SIZE]; 58 struct iovec* m_head; 59 struct iovec* m_tail; 57 char* m_head; 58 char* m_tail; 60 59 61 60 private:
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)