summaryrefslogtreecommitdiffstats
path: root/endpoint.h
diff options
context:
space:
mode:
authorSuper User2007-07-15 12:01:27 +0200
committerSuper User2007-07-15 12:01:27 +0200
commitef3fc1931a2fa82f482d21fb1296735206463d3a (patch)
treec50af579c2acef5b89dba78b4e6b9d4c4701ecc5 /endpoint.h
parentbackup (diff)
downloadlcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.tar.gz
lcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.tar.xz
lcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.zip
backup
Diffstat (limited to 'endpoint.h')
-rw-r--r--endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoint.h b/endpoint.h
index 744f3ea..fb8e8d2 100644
--- a/endpoint.h
+++ b/endpoint.h
@@ -22,7 +22,7 @@ struct port_list {
class Endpoint
{
public:
- Endpoint(int port_id, int call_id);
+ Endpoint(unsigned long port_id, unsigned long call_id, unsigned long use_epoint_id);
~Endpoint();
class Endpoint *next; /* next in list */
unsigned long ep_serial; /* a unique serial to identify */