Changeset 362
- Timestamp:
- 06/06/07 23:40:25 (2 years ago)
- Files:
-
- version_0/ext/eventmachine.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ext/eventmachine.h
r347 r362 60 60 const char *evma_popen (const char *cmd, const char *mode); 61 61 62 int evma_set_rlimit_nofile (int n_files); 63 64 // Temporary: 65 void evma__epoll(); 66 62 67 #if __cplusplus 63 68 }