signedness improvements

from flexelint review
parent 1d75f29c
......@@ -59,8 +59,8 @@ struct sharddir {
pthread_rwlock_t mtx;
int n_backend;
int l_backend;
unsigned n_backend;
unsigned l_backend;
struct shard_backend *backend;
const char *name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment