Changeset 470 for trunk/thune/eval.c

Show
Ignore:
Timestamp:
09/03/07 18:33:32 (15 months ago)
Author:
krobillard
Message:

Added 'wait. UDP port now has 'nowait option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/eval.c

    r463 r470  
    16931693#endif 
    16941694 
    1695  
    16961695#include "encoding.c" 
     1696#include "wait.c" 
     1697 
     1698#ifdef UR_CONFIG_DATAFLOW 
     1699#include "component.c" 
     1700#endif 
    16971701 
    16981702 
     
    17021706#ifdef UR_CONFIG_NET 
    17031707extern void uc_net_addr( UThread*, UCell* ); 
    1704 #endif 
    1705 #ifdef UR_CONFIG_DATAFLOW 
    1706 #include "component.c" 
    17071708#endif 
    17081709 
     
    17281729    { uc_infuse,       "infuse" }, 
    17291730    { uc_now,          "now" }, 
     1731    { uc_wait,         "wait" }, 
    17301732    { uc_func,         "func" }, 
    17311733    { uc_recycle,      "recycle" },