Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
Lei Xia [Wed, 6 Aug 2008 23:40:07 +0000 (23:40 +0000)]
17 files changed:
palacios/include/uip/clock.h
palacios/include/uip/lc-addrlabels.h
palacios/include/uip/lc-switch.h
palacios/include/uip/lc.h
palacios/include/uip/psock.h
palacios/include/uip/pt.h
palacios/include/uip/resolv.h
palacios/include/uip/timer.h
palacios/include/uip/uip-conf.h
palacios/include/uip/uip-fw.h
palacios/include/uip/uip-neighbor.h
palacios/include/uip/uip-split.h
palacios/include/uip/uip.h
palacios/include/uip/uip_arch.h
palacios/include/uip/uip_arp.h
palacios/include/uip/uiplib.h
palacios/include/uip/uipopt.h

index 4693eb4..a213b99 100644 (file)
@@ -47,7 +47,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: clock.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: clock.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 #ifndef __CLOCK_H__
 #define __CLOCK_H__
index cb42f89..83ed1cb 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: lc-addrlabels.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: lc-addrlabels.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
index 1b3400f..d05ca88 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: lc-switch.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: lc-switch.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
index 412e632..7f20331 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: lc.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: lc.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
 #ifdef LC_CONF_INCLUDE
 #include LC_CONF_INCLUDE
 #else
-#include <uip/c-switch.h>
+#include <uip/lc-switch.h>
 #endif /* LC_CONF_INCLUDE */
 
 #endif /* __LC_H__ */
index 478e453..91697b9 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: psock.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: psock.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
index b1fb2bd..a24cc16 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: pt.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: pt.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
@@ -51,9 +51,9 @@
 
 #include <uip/lc.h>
 
-struct pt {
+typedef struct pt {
   lc_t lc;
-};
+}pt;
 
 #define PT_WAITING 0
 #define PT_EXITED  1
index d64efe7..96d5096 100644 (file)
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: resolv.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: resolv.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */
 #ifndef __RESOLV_H__
 #define __RESOLV_H__
 
+#include <uip/uipopt.h>
+
 typedef int uip_udp_appstate_t;
 void resolv_appcall(void);
 #define UIP_UDP_APPCALL resolv_appcall
 
-#include <uip/uipopt.h>
+
 
 /**
  * Callback function which is called when a hostname is found.
@@ -61,7 +63,9 @@ void resolv_appcall(void);
  * ipaddr A pointer to a 4-byte array containing the IP address of the
  * hostname, or NULL if the hostname could not be found.
  */
-void resolv_found(char *name, u16_t *ipaddr);
+void resolv_found(char *name, u16_t *ipaddr)
+{ 
+}
 
 /* Functions. */
 void resolv_conf(u16_t *dnsserver);
index f6bae80..b80911e 100644 (file)
@@ -56,7 +56,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: timer.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: timer.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 #ifndef __TIMER_H__
 #define __TIMER_H__
index d80f77b..a0fc082 100644 (file)
@@ -42,7 +42,7 @@
  *
  * This file is part of the uIP TCP/IP stack
  *
- * $Id: uip-conf.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip-conf.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
 #ifndef __UIP_CONF_H__
 #define __UIP_CONF_H__
 
-#include <uip/resolv.h>
 
 int uip_appcall(void){
 
        return 0;
 }
 
-#define UIP_APPCALL  uip_appcall    //application function\r
+#define UIP_APPCALL  uip_appcall    //application function
 //#define UIP_UDP_APPCALL  uip_appcall 
 
 
index 97d0757..4832655 100644 (file)
@@ -41,7 +41,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: uip-fw.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip-fw.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 #ifndef __UIP_FW_H__
 #define __UIP_FW_H__
index a8068c3..807f462 100644 (file)
@@ -28,7 +28,7 @@
  *
  * This file is part of the uIP TCP/IP stack
  *
- * $Id: uip-neighbor.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip-neighbor.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 
 /**
index a65e364..fbcc617 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: uip-split.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip-split.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  */
 /**
  * \addtogroup uip
index 355b806..165acde 100644 (file)
@@ -46,7 +46,7 @@
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: uip.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */
 
@@ -54,6 +54,7 @@
 #define __UIP_H__
 
 #include <uip/uipopt.h>
+#include <uip/resolv.h>
 
 /**
  * Repressentation of an IP address.
@@ -67,6 +68,7 @@ typedef uip_ip6addr_t uip_ipaddr_t;
 typedef uip_ip4addr_t uip_ipaddr_t;
 #endif /* UIP_CONF_IPV6 */
 
+
 /*---------------------------------------------------------------------------*/
 /* First, the functions that should be called from the
  * system. Initialization, the periodic timer and incoming packets are
index abb1766..3dfa160 100644 (file)
@@ -54,7 +54,7 @@
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: uip_arch.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip_arch.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */
 
index 6ec3324..58aa49f 100644 (file)
@@ -45,7 +45,7 @@
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: uip_arp.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uip_arp.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */
 
index 8f59a79..9e8486d 100644 (file)
@@ -37,7 +37,7 @@
  *
  * This file is part of the uIP TCP/IP stack
  *
- * $Id: uiplib.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uiplib.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */
 #ifndef __UIPLIB_H__
index ce64356..5acdefd 100644 (file)
@@ -53,7 +53,7 @@
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: uipopt.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: uipopt.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
  *
  */