Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

DTrace probes return types could be better documented #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DTrace probes return unsigned int, and DTrace itself sees everything as
uint64_t meaning you really need to know what it is to cast correctly.  The
documentation should be more clear.

Original issue reported on code.google.com by ingen...@gmail.com on 19 Aug 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Proposed fix in
http://github.com/ingenthr/memcached/commit/1519ce0c007a55106f0e6327733522f30535
73cc

Original comment by ingen...@gmail.com on 19 Aug 2009 at 11:01