gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22830 - Extractor/src/main


From: gnunet
Subject: [GNUnet-SVN] r22830 - Extractor/src/main
Date: Sun, 22 Jul 2012 23:36:08 +0200

Author: LRN
Date: 2012-07-22 23:36:08 +0200 (Sun, 22 Jul 2012)
New Revision: 22830

Modified:
   Extractor/src/main/extractor_ipc.h
   Extractor/src/main/extractor_ipc_gnu.c
   Extractor/src/main/extractor_ipc_w32.c
Log:
Towards making LE compile on W32 again

Modified: Extractor/src/main/extractor_ipc.h
===================================================================
--- Extractor/src/main/extractor_ipc.h  2012-07-22 21:36:05 UTC (rev 22829)
+++ Extractor/src/main/extractor_ipc.h  2012-07-22 21:36:08 UTC (rev 22830)
@@ -35,6 +35,10 @@
  */
 #define MAX_META_DATA 32 * 1024 * 1024
 
+/**
+ * Maximum length of a shared memory object name
+ */
+#define MAX_SHM_NAME 255
 
 /**
  * Sent from LE to a plugin to initialize it (open shm,

Modified: Extractor/src/main/extractor_ipc_gnu.c
===================================================================
--- Extractor/src/main/extractor_ipc_gnu.c      2012-07-22 21:36:05 UTC (rev 
22829)
+++ Extractor/src/main/extractor_ipc_gnu.c      2012-07-22 21:36:08 UTC (rev 
22830)
@@ -36,12 +36,6 @@
 
 
 /**
- * Maximum length of a shared memory object name
- */
-#define MAX_SHM_NAME 255
-
-
-/**
  * A shared memory resource (often shared with several
  * other processes).
  */

Modified: Extractor/src/main/extractor_ipc_w32.c
===================================================================
--- Extractor/src/main/extractor_ipc_w32.c      2012-07-22 21:36:05 UTC (rev 
22829)
+++ Extractor/src/main/extractor_ipc_w32.c      2012-07-22 21:36:08 UTC (rev 
22830)
@@ -18,6 +18,12 @@
      Boston, MA 02111-1307, USA.
  */
 
+#include "platform.h"
+#include "plibc.h"
+#include "extractor.h"
+#include "extractor_datasource.h"
+#include "extractor_plugin_main.h"
+#include "extractor_ipc.h"
 
 /**
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]