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 ***
[palacios.git] / palacios / include / uip / pt.h
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