[mapserver-commits] r12319 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:16:38 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:16:38 -0700 (Fri, 26 Aug 2011)
New Revision: 12319
Modified:
trunk/mapserver/mapcache/src/geocache_seed.c
Log:
revert back to using file locks instead of posix semaphores when locking a metatile.
left over locks from a previous run are erased at server startup.
closes issue 13.
thomas.bonfort | 2011-03-01 16:19:43 +0100 (Tue, 01 Mar 2011)
Modified: trunk/mapserver/mapcache/src/geocache_seed.c
===================================================================
--- trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:16:35 UTC (rev 12318)
+++ trunk/mapserver/mapcache/src/geocache_seed.c 2011-08-26 11:16:38 UTC (rev 12319)
@@ -3,8 +3,8 @@
#include <apr_thread_mutex.h>
#include <apr_getopt.h>
#include <signal.h>
+#include <time.h>
-
typedef struct geocache_context_seeding geocache_context_seeding;
struct geocache_context_seeding{
geocache_context ctx;
More information about the mapserver-commits
mailing list