mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add runloop info pointer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec66533017
commit
55e5eabfc9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ extern "C" {
|
|||
NSMutableDictionary *_thread_dictionary;
|
||||
struct autorelease_thread_vars _autorelease_vars;
|
||||
id _gcontext;
|
||||
void *_runLoopInfo; // Per-thread runloop related info.
|
||||
void *_reserved; // For future expansion
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue