X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=message.h;h=1abab34365367219e950fea5adb51cb12c5dceb4;hp=4776949dc7883fc2e3458cbdb7ab2c1105c06c12;hb=14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5;hpb=e01d4caa3eef0f4d17e5513cb793e19fecd2b051 diff --git a/message.h b/message.h index 4776949..1abab34 100644 --- a/message.h +++ b/message.h @@ -288,8 +288,8 @@ struct param_counter { struct param_mISDNsignal { int message; - int rxvol; - int txvol; + int tx_gain; + int rx_gain; int conf; int joindata; int tone; @@ -311,6 +311,11 @@ struct param_hello { struct param_bchannel { int type; /* BCHANNEL_* */ unsigned long handle; /* bchannel stack/portid */ + int tx_gain, rx_gain; + char pipeline[256]; + unsigned char crypt[128]; + int crypt_len; + int crypt_type; /* 1 = blowfish */ }; /* structure of message parameter */