Changeset 378
- Timestamp:
- 06/08/07 11:56:22 (2 years ago)
- Files:
-
- version_0/ext/em.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ext/em.cpp
r375 r378 382 382 { // cleanup dying sockets 383 383 // vector::pop_back works in constant time. 384 // TODO, rip this out and only delete the descriptors we know have died, 385 // rather than traversing the whole list. 384 386 int i, j; 385 387 int nSockets = Descriptors.size();
