[pisa-src] r1867 - in trunk: libpisa/global.h pisasd/sdconf.h

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

Author: biurrun
Date: Fri Nov 27 14:46:11 2009
New Revision: 1867

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

Modified:
   trunk/libpisa/global.h
   trunk/pisasd/sdconf.h

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Fri Nov 27 14:41:40 2009        (r1866)
+++ trunk/libpisa/global.h      Fri Nov 27 14:46:11 2009        (r1867)
@@ -94,14 +94,6 @@
 #define PISA_FORCE_INLINE inline
 #endif
 
-
-
-/**
- * Default port number of server daemon for trust point
- */
-#define PISASD_DEFAULT_PORTNUM_CONTROL 5001
-#define PISASD_DEFAULT_PORTNUM_DATA    5002
-
 /**
  * path and file names for configuration files
  */

Modified: trunk/pisasd/sdconf.h
==============================================================================
--- trunk/pisasd/sdconf.h       Fri Nov 27 14:41:40 2009        (r1866)
+++ trunk/pisasd/sdconf.h       Fri Nov 27 14:46:11 2009        (r1867)
@@ -21,6 +21,12 @@
 #define PISA_CONF_PORT_SD 5005
 
 /**
+ * Default port number of server daemon for trust point
+ */
+#define PISASD_DEFAULT_PORTNUM_CONTROL  5001
+#define PISASD_DEFAULT_PORTNUM_DATA     5002
+
+/**
  * data structure containing all configurations about the current server.
  */
 typedef struct {

Other related posts:

  • » [pisa-src] r1867 - in trunk: libpisa/global.h pisasd/sdconf.h - Diego Biurrun