Fix too short thread name size in CAS

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial 2019-06-25 15:44:05 +02:00
parent 4035d4e225
commit 240e6dbc9e

View File

@ -6,7 +6,7 @@
#include "threads.h"
#include "cas_cache.h"
#define MAX_THREAD_NAME_SIZE 16
#define MAX_THREAD_NAME_SIZE 48
struct cas_thread_info {
atomic_t stop;