Rename GW_AUTHENTICATOR and GW_BITMASK + cleanup

This commit is contained in:
Esa Korhonen
2017-01-20 14:31:16 +02:00
parent 126d9be749
commit 641896872e
21 changed files with 69 additions and 88 deletions

View File

@ -105,7 +105,7 @@ static int next_epoll_fd = 0; /*< Which thread handles the next DCB */
static fake_event_t **fake_events; /*< Thread-specific fake event queue */
static SPINLOCK *fake_event_lock;
static int do_shutdown = 0; /*< Flag the shutdown of the poll subsystem */
static GWBITMASK poll_mask;
static MXS_BITMASK poll_mask;
/** Poll cross-thread messaging variables */
static volatile int *poll_msg;
@ -1195,7 +1195,7 @@ poll_shutdown()
*
* @return The bitmask of the running polling threads
*/
GWBITMASK *
MXS_BITMASK *
poll_bitmask()
{
return &poll_mask;