projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c978586
)
xentop: Fix display of long domain names.
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 22 Sep 2008 13:04:27 +0000
(14:04 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 22 Sep 2008 13:04:27 +0000
(14:04 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstat/xentop/xentop.c
patch
|
blob
|
history
diff --git
a/tools/xenstat/xentop/xentop.c
b/tools/xenstat/xentop/xentop.c
index 460feca227afdb2ad72ad94ac6fc7e730fb32d5e..da2df45bb05c7b2d9a5e61b5d2d7b934898a4d6c 100644
(file)
--- a/
tools/xenstat/xentop/xentop.c
+++ b/
tools/xenstat/xentop/xentop.c
@@
-419,7
+419,7
@@
int compare_name(xenstat_domain *domain1, xenstat_domain *domain2)
/* Prints domain name */
void print_name(xenstat_domain *domain)
{
- print("%10s", xenstat_domain_name(domain));
+ print("%10
.10
s", xenstat_domain_name(domain));
}
struct {