@@ -63,11 +63,11 @@ + (void)initialize { if (self != [OFKernelEventObserver class]) return; - if (!of_init_sockets()) + if (!of_socket_init()) @throw [OFInitializationFailedException exceptionWithClass: self]; } + (instancetype)observer