Skip to content

Commit

Permalink
changed _sleepInterval type to NSTimeInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Keller committed Feb 6, 2014
1 parent 0e988cd commit faa504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VDKQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ extern NSString * VDKQueueAccessRevocationNotification;
{
ARCCompatWeakPropertyTypeModifier id<VDKQueueDelegate> _delegate;
BOOL _alwaysPostNotifications; // By default, notifications are posted only if there is no delegate set. Set this value to YES to have notes posted even when there is a delegate.
int _sleepInterval;
NSTimeInterval _sleepInterval;

@private
int _coreQueueFD; // The actual kqueue ID (Unix file descriptor).
Expand Down

0 comments on commit faa504a

Please sign in to comment.