aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-09-27 13:25:14 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:37 +0100
commit6a55e3eb4d60eaec704d9525ad4f17628004b38b (patch)
treed75783df703fd7f7fb74b71eb983cbde960946fd /src/reflist.h
parentbebd2d95386b057403326ebf438d660522875e4e (diff)
Add a mutex for each Reflection
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reflist.h b/src/reflist.h
index a49d4a61..65c8ef0b 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -103,5 +103,7 @@ extern Reflection *next_refl(Reflection *refl, RefListIterator *iter);
/* Misc */
extern int num_reflections(RefList *list);
extern int tree_depth(RefList *list);
+extern void lock_reflection(Reflection *refl);
+extern void unlock_reflection(Reflection *refl);
#endif /* REFLIST_H */