X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpoint.h;h=a336beb97ac741f8fe56ff1a178c8fc7142ce6e0;hp=460c0d7c8122b84e5870c99fc6245a3732e416e6;hb=27b95197734350cc99c29929c2527f2c6d5541d6;hpb=5a22e57828617abc14e27814ee918cc63b96fd46 diff --git a/endpoint.h b/endpoint.h index 460c0d7..a336beb 100644 --- a/endpoint.h +++ b/endpoint.h @@ -22,7 +22,7 @@ struct port_list { class Endpoint { public: - Endpoint(unsigned long port_id, unsigned long join_id, unsigned long use_epoint_id); + Endpoint(unsigned long port_id, unsigned long join_id); ~Endpoint(); class Endpoint *next; /* next in list */ unsigned long ep_serial; /* a unique serial to identify */