From fcbfef81751b1b4e387918c41c38a1f5fe904a9a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 23 Feb 2009 22:55:48 +0000 Subject: Show the watermark in the "Show buffering thread" screen (in bytes). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20096 a1c6a512-1295-4272-9138-f99709370657 --- apps/buffering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/buffering.h') diff --git a/apps/buffering.h b/apps/buffering.h index c36131898b..d0e2dd797f 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -111,7 +111,6 @@ enum { }; void buf_set_watermark(size_t bytes); - /* Debugging */ struct buffering_debug { int num_handles; @@ -119,6 +118,7 @@ struct buffering_debug { size_t wasted_space; size_t data_rem; size_t useful_data; + size_t watermark; }; void buffering_get_debugdata(struct buffering_debug *dbgdata); -- cgit v1.2.3