X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpoint.h;h=a74da303a8bd8894d479ae90d01e81b0ae433d12;hp=963b5dd5783f99fa5db87b5ca424fda277ffad4c;hb=034d3a91404addedc1c7a3494862c79532b0b878;hpb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 diff --git a/endpoint.h b/endpoint.h index 963b5dd..a74da30 100644 --- a/endpoint.h +++ b/endpoint.h @@ -26,9 +26,9 @@ class Endpoint ~Endpoint(); class Endpoint *next; /* next in list */ unsigned int ep_serial; /* a unique serial to identify */ - int handler(void); /* applocaton relation */ + int ep_app_type; class EndpointApp *ep_app; /* link to application class */ /* port relation */ @@ -41,6 +41,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 */