diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index e3f559752..3c57dddbe 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -114,6 +114,10 @@ protected: void signal_changed (int); boost::weak_ptr<const Film> _film; + + /** _mutex which should be used to protect accesses, as examine + jobs can update content state in threads other than the main one. + */ mutable boost::mutex _mutex; private: |
