diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 12:20:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 12:20:30 +0200 |
commit | af71f2534fc1e99ed7d483190e99d4dc674bcd76 (patch) | |
tree | 67ba43c14440adb6639b716e993883b7b7c8a431 /compat/compat.h | |
parent | f3aa3b391bb5159801029770d139c1cc0bfc9df5 (diff) |
compat: new API, check for success
Diffstat (limited to 'compat/compat.h')
-rw-r--r-- | compat/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/compat.h b/compat/compat.h index 3d54ae1d..8c307b14 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -37,6 +37,7 @@ public: ~PortableLockedShm(); void lock(); void unlock(); + bool success(); void* mem; private: #if defined(_WIN32) |