From 53e4b851883571c92073c87986759bd98dab9c7e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 18 Aug 2004 22:47:38 +0000 Subject: Thread safety and locking checks. --- daemon/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/simple.c') diff --git a/daemon/simple.c b/daemon/simple.c index b37922e..5b56138 100644 --- a/daemon/simple.c +++ b/daemon/simple.c @@ -23,7 +23,7 @@ typedef struct simple_context /* Base Handler ------------------------------------------------------ */ bd_context_t bd; - /* Settings ---------------------------------------------------------- */ + /* Read Only --------------------------------------------------------- */ const char* filename; /* The file name with the user names */ } simple_context_t; -- cgit v1.2.3