accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

Use <stdbool.h> for booleans #71

Closed PerilousApricot closed 8 years ago

PerilousApricot commented 8 years ago

C99 provides a native boolean type. Use that instead of ints.

PerilousApricot commented 8 years ago

Fixed in API