[pisa-src] r1865 - in trunk: libpisa/global.h pisacd/cdconf.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 14:33:12 +0100

Author: biurrun
Date: Fri Nov 27 14:33:11 2009
New Revision: 1865

Log:
Move pisacd-specific definitions to a more appropriate place.

Modified:
   trunk/libpisa/global.h
   trunk/pisacd/cdconf.h

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Fri Nov 27 14:14:59 2009        (r1864)
+++ trunk/libpisa/global.h      Fri Nov 27 14:33:11 2009        (r1865)
@@ -97,12 +97,6 @@
 
 
 /**
- * Default port number of client daemon
- */
-#define PISACD_DEFAULT_PORTNUM_CONTROL 5001
-#define PISACD_DEFAULT_PORTNUM_DATA    5002
-
-/**
  * Default port number of server daemon for trust point
  */
 #define PISASD_DEFAULT_PORTNUM_CONTROL 5001

Modified: trunk/pisacd/cdconf.h
==============================================================================
--- trunk/pisacd/cdconf.h       Fri Nov 27 14:14:59 2009        (r1864)
+++ trunk/pisacd/cdconf.h       Fri Nov 27 14:33:11 2009        (r1865)
@@ -21,6 +21,12 @@
 #define PISA_CONF_PORT_CD 5006
 
 /**
+ * Default port number of client daemon
+ */
+#define PISACD_DEFAULT_PORTNUM_CONTROL 5001
+#define PISACD_DEFAULT_PORTNUM_DATA    5002
+
+/**
  * data structure containing all configurations about the current client.
  */
 typedef struct {

Other related posts:

  • » [pisa-src] r1865 - in trunk: libpisa/global.h pisacd/cdconf.h - Diego Biurrun