WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xentrace 4/7: Add some missing things to

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xentrace 4/7: Add some missing things to the xentrace options string
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 08 Sep 2008 12:40:16 -0700
Delivery-date: Mon, 08 Sep 2008 12:40:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1220885570 -3600
# Node ID 8305efd067497dcd8bba608f1d4102113a795243
# Parent  1abe2bf8c0fad6efccf4be265ccfa77941fbedab
xentrace 4/7: Add some missing things to the xentrace options string

Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
Signed-off-by: Trolle Selander <trolle.selander@xxxxxxxxxxxxx>
---
 tools/xentrace/xentrace.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 1abe2bf8c0fa -r 8305efd06749 tools/xentrace/xentrace.c
--- a/tools/xentrace/xentrace.c Mon Sep 08 15:52:03 2008 +0100
+++ b/tools/xentrace/xentrace.c Mon Sep 08 15:52:50 2008 +0100
@@ -613,7 +613,7 @@ static void parse_args(int argc, char **
         { 0, 0, 0, 0 }
     };
 
-    while ( (option = getopt_long(argc, argv, "c:e:s:S:t:?V",
+    while ( (option = getopt_long(argc, argv, "t:s:c:e:S:r:T:Dx?V",
                     long_options, NULL)) != -1) 
     {
         switch ( option )

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xentrace 4/7: Add some missing things to the xentrace options string, Xen patchbot-unstable <=