Skip to content

Commit

Permalink
Changed int bLogCmd to extern int bLogCmd
Browse files Browse the repository at this point in the history
Corrected int bLogCmd to be extern in src/conference.h, as it is shared now.
Changes linkbox/nodes.cpp, src/conference.c and src/conference.h.
  • Loading branch information
wd5m authored Mar 20, 2021
1 parent 243ba5b commit fdb7bbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linkbox/nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
The latest version of this program may be found at
http://CQiNet.sourceforge.net
Revision 1.29 2021/03/20 16:29:15 wd5m
1. Corrected int bLogCmd to be extern in src/conference.h, as it is shared now.
Revision 1.29 2021/03/04 16:29:15 wd5m
1. Added call to GetTxAudio in ~Node() function to clear hanging
audio buffers when node disconnects. This frees audio buffers
Expand Down Expand Up @@ -349,8 +352,6 @@ struct avl_table *NodeTree; // sorted by node name
int bTTS_Running = FALSE;
int MixBuffer[AUDIO_BUF_SIZE];

int bLogCmd;

// scratch buffers for audio transmission
int16 AudioBuf[AUDIO_BUF_SIZE];
int16 MasterBuf[AUDIO_BUF_SIZE];
Expand Down

0 comments on commit fdb7bbb

Please sign in to comment.