From 2cf08c7b34370be0aab063c4ba230e9dff55b399 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 24 Sep 2009 19:57:29 +0200 Subject: [PATCH] struct moggy_policy: Add thread-safety note --- playout/moggy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playout/moggy.c b/playout/moggy.c index 5cc8bff..e4fd79f 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -13,6 +13,8 @@ #define PLDEBUGL(n) DEBUGL_(p->debug_level, n) +/* Note that the context can be shared by multiple threads! */ + struct moggy_policy { bool ladders, ladderassess, borderladders; int lcapturerate, capturerate, patternrate; -- 2.11.4.GIT