X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinremote.h;h=a9334669bdb81ced71831bc58b27be9804199f91;hp=560487a9d89fa7167e7f4bcfd8b09216bc1e3f6c;hb=2f9f37a9110e3c8fe7a317894c8aec5ed602b39c;hpb=14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 diff --git a/joinremote.h b/joinremote.h index 560487a..a933466 100644 --- a/joinremote.h +++ b/joinremote.h @@ -12,16 +12,15 @@ class JoinRemote : public Join { public: - JoinRemote(unsigned long serial, char *remote_name, int remote_id); + JoinRemote(unsigned int serial, char *remote_name, int remote_id); ~JoinRemote(); - void message_epoint(unsigned long epoint_id, int message, union parameter *param); + void message_epoint(unsigned int epoint_id, int message, union parameter *param); void message_remote(int message_type, union parameter *param); - int handler(void); + unsigned int j_remote_ref; int j_remote_id; char j_remote_name[32]; - unsigned long j_epoint_id; + unsigned int j_epoint_id; }; -void message_bchannel_to_join(unsigned long remote_id, unsigned long ref, int type, unsigned long handle, int tx_gain, int rx_gain, char *pipeline, unsigned char *crypt, int crypt_len, int crypt_type);