Fix too short thread name size in CAS
Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
parent
4035d4e225
commit
240e6dbc9e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user