backup
[lcr.git] / endpoint.h
index 506689a..744f3ea 100644 (file)
@@ -15,6 +15,7 @@ struct port_list {
        struct port_list        *next;
        unsigned long           port_id;
        int                     port_type;
+       int                     early_b; /* if patterns are available */
 };
 
 /* structure of an Enpoint */
@@ -32,7 +33,7 @@ class Endpoint
 
        /* port relation */
        struct port_list        *ep_portlist;   /* link to list of ports */
-       struct port_list *portlist_new(unsigned long port_id, int port_type);
+       struct port_list *portlist_new(unsigned long port_id, int port_type, int earlyb);
        void free_portlist(struct port_list *portlist);
 
        /* call relation */