X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fmemaslap%2Fms_thread.h;h=eff2e5577ef339f02b04fc2f1f4f6c74c0caca6d;hb=9c59f89a7fc736cd26a2d271ac56afd37c42237b;hp=6ae1bb7bcbdea5dfb681fbd7d8a41ca5cf01b622;hpb=f2ab0a0c16503c35c23c6ad1ba11913d054ccdad;p=m6w6%2Flibmemcached diff --git a/src/bin/memaslap/ms_thread.h b/src/bin/memaslap/ms_thread.h index 6ae1bb7b..eff2e557 100644 --- a/src/bin/memaslap/ms_thread.h +++ b/src/bin/memaslap/ms_thread.h @@ -33,6 +33,7 @@ typedef struct thread_ctx { uint32_t srv_idx; /* index of the thread */ int tps_perconn; /* expected throughput per connection */ int64_t exec_num_perconn; /* execute number per connection */ + pthread_t pth_id; } ms_thread_ctx_t; /* Used to store the private variables of each thread */