@@ -19,8 +19,8 @@ @interface OFKernelEventObserver (OF_PRIVATE_CATEGORY) - (void)OF_addFileDescriptorForReading: (int)fd; - (void)OF_addFileDescriptorForWriting: (int)fd; - (void)OF_removeFileDescriptorForReading: (int)fd; - (void)OF_removeFileDescriptorForWriting: (int)fd; -- (void)OF_processQueue; +- (void)OF_processQueueAndStoreRemovedIn: (OFMutableArray*)removed; - (bool)OF_processCache; @end