[pisa-src] r1811 - trunk/pairing/packet_handler_send.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 26 Nov 2009 15:15:37 +0100

Author: biurrun
Date: Thu Nov 26 15:15:37 2009
New Revision: 1811

Log:
Move definition of FILE_KNOWN_RELAYS to the only place where it is used.

Modified:
   trunk/pairing/packet_handler_send.c

Modified: trunk/pairing/packet_handler_send.c
==============================================================================
--- trunk/pairing/packet_handler_send.c Thu Nov 26 15:14:12 2009        (r1810)
+++ trunk/pairing/packet_handler_send.c Thu Nov 26 15:15:37 2009        (r1811)
@@ -12,6 +12,7 @@
 
 #include "packet_handler_send.h"
 
+#define FILE_KNOWN_RELAYS "known_relays.cfg"
 
 
 /** Handles an ack_1 packet

Other related posts:

  • » [pisa-src] r1811 - trunk/pairing/packet_handler_send.c - Diego Biurrun