[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6144 - GNUnet/src/applications/gap
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6144 - GNUnet/src/applications/gap |
Date: |
Fri, 1 Feb 2008 17:35:08 -0700 (MST) |
Author: grothoff
Date: 2008-02-01 17:35:07 -0700 (Fri, 01 Feb 2008)
New Revision: 6144
Modified:
GNUnet/src/applications/gap/gap.c
GNUnet/src/applications/gap/pid_table.h
Log:
cleanup
Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c 2008-01-31 22:01:06 UTC (rev 6143)
+++ GNUnet/src/applications/gap/gap.c 2008-02-02 00:35:07 UTC (rev 6144)
@@ -136,7 +136,7 @@
static IndirectionTableEntry *ROUTING_indTable_;
/**
- * Size of the indirection table specified in gnunet.conf
+ * Size of the indirection table specified in gnunetd.conf
*/
static unsigned long long indirectionTableSize;
Modified: GNUnet/src/applications/gap/pid_table.h
===================================================================
--- GNUnet/src/applications/gap/pid_table.h 2008-01-31 22:01:06 UTC (rev
6143)
+++ GNUnet/src/applications/gap/pid_table.h 2008-02-02 00:35:07 UTC (rev
6144)
@@ -24,6 +24,9 @@
* @author Christian Grothoff
*/
+#ifndef GNUNET_PID_TABLE_H
+#define GNUNET_PID_TABLE_H
+
#include "gnunet_util.h"
#include "gnunet_stats_service.h"
@@ -41,3 +44,5 @@
void decrement_pid_rcs (const PID_INDEX * ids, unsigned int count);
void resolve_pid (PID_INDEX id, GNUNET_PeerIdentity * pid);
+
+#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6144 - GNUnet/src/applications/gap,
gnunet <=