summaryrefslogtreecommitdiffstats
path: root/endpoint.h
diff options
context:
space:
mode:
authorSuper User2007-08-11 15:57:58 +0200
committerSuper User2007-08-11 15:57:58 +0200
commitcbe9d412a37e75b61cc74e8a65b0293923eb5160 (patch)
tree8aaf96ba18a5cbc2f5aed9fc0f16c87d7f5559b4 /endpoint.h
parentfixes, debugging for usleep problems. (diff)
downloadlcr-cbe9d412a37e75b61cc74e8a65b0293923eb5160.tar.gz
lcr-cbe9d412a37e75b61cc74e8a65b0293923eb5160.tar.xz
lcr-cbe9d412a37e75b61cc74e8a65b0293923eb5160.zip
added exporting/importing bchannel stacks to the remote application
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 460c0d7..a336beb 100644
--- a/endpoint.h
+++ b/endpoint.h
@@ -22,7 +22,7 @@ struct port_list {
class Endpoint
{
public:
- Endpoint(unsigned long port_id, unsigned long join_id, unsigned long use_epoint_id);
+ Endpoint(unsigned long port_id, unsigned long join_id);
~Endpoint();
class Endpoint *next; /* next in list */
unsigned long ep_serial; /* a unique serial to identify */