Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 531 forks source link

Capture pthread_create() return value with appropriate data type #724

Closed smukil closed 5 years ago

smukil commented 5 years ago

Even though rstatus_t is an int typedef, it's not appropriate to capture integers that do not denote 'rstatus_t' values into an rstatus_t variable, as it decreases readability of code.