MXS-2004 Remove remaining dependency on maxscale/thread.h

Replaced with explicit dependency on pthread.h. Acceptable since
this is effectively for debugging purposes and could at some point
be removed entirelly.
This commit is contained in:
Johan Wikman
2018-08-13 09:53:36 +03:00
parent f9ba8824d4
commit 2dd9e3e382
2 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,6 @@
#include <maxscale/secrets.h>
#include <maxscale/service.h>
#include <maxscale/sqlite3.h>
#include <maxscale/thread.h>
#include <maxscale/mysql_binlog.h>
MXS_BEGIN_DECLS
@ -535,7 +534,7 @@ typedef struct router_slave
/*< lsi: Last Sent Information */
blr_thread_role_t lsi_sender_role;
/*< Master or slave code sent */
THREAD lsi_sender_tid;
uint64_t lsi_sender_tid;
/*< Who sent */
char lsi_binlog_name[BINLOG_FNAMELEN + 1];
/*< Which binlog file */