[pisa-src] r1415 - in trunk: Makefile.am include/pisaperf.h performance/pisaperf.h pisacd/cdmain.c pisasd/sdmain.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 16:20:52 +0100

Author: biurrun
Date: Thu Oct 29 16:20:50 2009
New Revision: 1415

Log:
Move pisaperf.h into the performance directory, where it belongs.

Added:
   trunk/performance/pisaperf.h   (props changed)
      - copied unchanged from r1412, trunk/include/pisaperf.h
Deleted:
   trunk/include/pisaperf.h
Modified:
   trunk/Makefile.am
   trunk/pisacd/cdmain.c
   trunk/pisasd/sdmain.c

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Thu Oct 29 16:15:18 2009        (r1414)
+++ trunk/Makefile.am   Thu Oct 29 16:20:50 2009        (r1415)
@@ -9,6 +9,7 @@
 EXTRA_DIST += m4 docs/Doxyfile docs/INSTALL
 EXTRA_DIST += docs/architecture.txt docs/config.txt docs/packettype.txt
 EXTRA_DIST += include/*.h
+EXTRA_DIST += performance/*.h
 EXTRA_DIST += tools/caphip tools/delroute
 EXTRA_DIST += tools/NokiaN810_BEX_Perf.sh tools/switch-ip
 EXTRA_DIST += tools/writeff.pl tools/tunnel/screamer.rb

Modified: trunk/pisacd/cdmain.c
==============================================================================
--- trunk/pisacd/cdmain.c       Thu Oct 29 16:15:18 2009        (r1414)
+++ trunk/pisacd/cdmain.c       Thu Oct 29 16:20:50 2009        (r1415)
@@ -33,7 +33,7 @@
 extern pisa_conf_handle_func_set conf_handle_func_set;
 
 #ifdef CONFIG_PISA_PERFORMANCE
-#include "pisaperf.h"
+#include "performance/pisaperf.h"
 #endif /* CONFIG_PISA_PERFORMANCE */
 
 #define OPTS "f:i:p:q:bdvh"

Modified: trunk/pisasd/sdmain.c
==============================================================================
--- trunk/pisasd/sdmain.c       Thu Oct 29 16:15:18 2009        (r1414)
+++ trunk/pisasd/sdmain.c       Thu Oct 29 16:20:50 2009        (r1415)
@@ -43,7 +43,7 @@
 #endif
 
 #ifdef CONFIG_PISA_PERFORMANCE
-# include "pisaperf.h"
+# include "performance/pisaperf.h"
 #endif
 
 #define OPTS "f:i:p:q:a:bdvh"

Other related posts:

  • » [pisa-src] r1415 - in trunk: Makefile.am include/pisaperf.h performance/pisaperf.h pisacd/cdmain.c pisasd/sdmain.c - Diego Biurrun