]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/debug.h: use std::string rather than string
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 14 Feb 2011 13:47:00 +0000 (05:47 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 14 Feb 2011 13:52:23 +0000 (05:52 -0800)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/common/debug.h

index 2768fdf179dff5e8ab92f434f63b99a126e4aa5f..8f098bf87bd2fe0c8fd1558e2cfb621470f7c1c8 100644 (file)
@@ -99,6 +99,6 @@ inline std::ostream& operator<<(std::ostream& out, _bad_endl_use_dendl_t) {
 
 extern void hex2str(const char *s, int len, char *buf, int dest_len);
 
-extern void hexdump(string msg, const char *s, int len);
+extern void hexdump(std::string msg, const char *s, int len);
 
 #endif