SIP: Fix incoming re-invite
[lcr.git] / endpoint.h
index 963b5dd..a74da30 100644 (file)
@@ -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 */