Show
Ignore:
Timestamp:
09/09/08 20:42:06 (5 years ago)
Author:
frsyuki
Message:

lang/c/mpio: bug fixed mp::fdnotify

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/mpio/trunk/mp/fdnotify.h

    r18301 r19040  
    5555        int m_pipe[2]; 
    5656        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; 
    6059 
    6160private: