summaryrefslogtreecommitdiffstats
path: root/joinremote.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 /joinremote.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 'joinremote.h')
-rw-r--r--joinremote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/joinremote.h b/joinremote.h
index ac86467..f80d0d9 100644
--- a/joinremote.h
+++ b/joinremote.h
@@ -15,7 +15,7 @@ class JoinRemote : public Join
JoinRemote(unsigned long serial, char *remote_name, int remote_id);
~JoinRemote();
void message_epoint(unsigned long epoint_id, int message, union parameter *param);
- void message_remote(unsigned long ref, int message_type, union parameter *param);
+ void message_remote(int message_type, union parameter *param);
int handler(void);
int j_remote_id;
@@ -24,3 +24,4 @@ class JoinRemote : public Join
};
+void message_bchannel_to_join(int serial, int type, unsigned long addr);