X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpoint.h;h=a3080bcd43261946177fe9ef969f671ba4be1bd0;hp=963b5dd5783f99fa5db87b5ca424fda277ffad4c;hb=336f157adc751feb2b7ac9164ba3ef07e66f5c65;hpb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 diff --git a/endpoint.h b/endpoint.h index 963b5dd..a3080bc 100644 --- a/endpoint.h +++ b/endpoint.h @@ -26,7 +26,6 @@ class Endpoint ~Endpoint(); class Endpoint *next; /* next in list */ unsigned int ep_serial; /* a unique serial to identify */ - int handler(void); /* applocaton relation */ class EndpointApp *ep_app; /* link to application class */ @@ -41,6 +40,7 @@ class Endpoint /* if still used by threads */ int ep_use; + struct lcr_work ep_delete; /* application indipendant states */ int ep_park; /* indicates that the epoint is parked */