History of file src/OFKernelEventObserver_LockedQueue.h at check-in cb0fd980f9d91352
2016-03-20
| ||
14:07 |
Deleted:
Use the locked queue for kqueue and epoll as well
_readObjects must only be changed from the thread running the observer | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [67a5a5872e] check-in: [2a27cf3000] user: js, branch: trunk, size: 1193 [annotate] [blame] [check-ins using] [diff] | |
00:35 |
Fix a regression from the previous refactorization
kqueue and epoll were not updating _readObjects and _writeObjects | |
2015-12-29
| ||
21:33 |
Added:
Refactor OFKernelEventObserver
This moves the locked queue for actions to This fixes the problem that removing an object is delayed until the next | |