@@ -24,14 +24,15 @@ */ @interface OFMutex: OFObject { of_mutex_t mutex; BOOL initialized; + OFString *name; } /*! * @brief Creates a new mutex. * * @return A new autoreleased mutex. */ + (instancetype)mutex; @end