callref: Move callref from 'sender' to individual implementation of a, b, c-netz

Cellular networks use transaction instances, so callref is now member of
transaction object.
This commit is contained in:
Andreas Eversberg
2016-08-21 09:00:55 +02:00
parent 4c1c8eb6fb
commit 8d7c7f4425
10 changed files with 64 additions and 64 deletions

View File

@@ -14,9 +14,6 @@ typedef struct sender {
struct sender *slave; /* points to audio device slave member */
struct sender *master; /* points to audio device master source */
/* call reference */
int callref;
/* system info */
int kanal; /* channel number */