diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:45:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-28 04:45:19 (GMT) |
commit | 41f0c0f9089ec941ceb70e2a6ad1b958483eb2ae (patch) | |
tree | a065a5e463e5ec4253568e5b36c891988362c7b3 /src/glibext/objhole-int.h | |
parent | ec6706fe5e9b71ece7f2a6770f57f6757c375b33 (diff) |
Add a locking feature to thick objects.
Diffstat (limited to 'src/glibext/objhole-int.h')
-rw-r--r-- | src/glibext/objhole-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/objhole-int.h b/src/glibext/objhole-int.h index aa8a1f8..dbfb412 100644 --- a/src/glibext/objhole-int.h +++ b/src/glibext/objhole-int.h @@ -105,6 +105,9 @@ #endif +#define GOBJECT_LOCK_BIT 3 + + /* Nouvelle version dense des objets (instance) */ typedef struct _GThickObject { |