X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=port.h;fp=port.h;h=6757e9bb3b761ed3831ba3c8f2ed9d599f784c80;hp=d09ba0ccdb9e7d7c397d088c6f158c6c9364b2ce;hb=d928442c511fbe7a0d0d0f9e701412b9b494457c;hpb=5463e1b62a39ce417b610584e3d34a8bc30ac15e diff --git a/port.h b/port.h index d09ba0c..6757e9b 100644 --- a/port.h +++ b/port.h @@ -204,6 +204,7 @@ class Port /* audio bridging */ struct port_bridge *p_bridge; /* linked to a port bridge or NULL */ void bridge(unsigned int bridge_id); /* join a bridge */ + class Port *bridge_remote(void); /* get remote port */ int bridge_tx(unsigned char *data, int len); /* used to transmit data to remote port */ virtual int bridge_rx(unsigned char *data, int len); /* function to be inherited, so data is received */