#include <QTimer>
#include <QAtomicInt>
#include "torclocalcontext.h"
#include "torclogging.h"
#include "torccocoa.h"
#include "torcqthread.h"
#include "torcadminthread.h"
#include "torcrunlooposx.h"
Go to the source code of this file.
QAtomicInt gAdminRunLoopRunning |
( |
0 |
| ) |
|
CFRunLoopRef gAdminRunLoop = 0 |
A reference to the global administration CFRunLoop.
This is used by various OS X objects that require a CFRunLoop (other than the main loop) for callback purposes.
Definition at line 35 of file torcrunlooposx.cpp.