X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpoint.h;h=a3080bcd43261946177fe9ef969f671ba4be1bd0;hp=963b5dd5783f99fa5db87b5ca424fda277ffad4c;hb=b0bd74e35e935aa976b68c594def4e8d2c22ef95;hpb=473d6569efcad130f9a5044b182b75a1c07a1eee 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 */