Changeset 1295e5f9472de7ab604bc4b47e17d553f880bf90
- Timestamp:
- 09/03/09 18:43:01
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1252003381 +0000
- git-parent:
[23cfce8f39a09276852fa5e6455f3de80ab85b87]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1252003381 +0000
- Message:
make it look like the linux one... someone saw a crash here and this looks valid
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r88a7178 |
r1295e5f |
|
| 481 | 481 | * before we got here. |
|---|
| 482 | 482 | */ |
|---|
| 483 | | eventer_kqueue_impl_trigger(e, masks[fd]); |
|---|
| | 483 | if(e) eventer_kqueue_impl_trigger(e, masks[fd]); |
|---|
| 484 | 484 | masks[fd] = 0; /* indicates we've processed this fd */ |
|---|
| 485 | 485 | } |
|---|