aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-07 07:11:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-07 07:11:15 +0100
commit2018b98c2f85540d6c13340b46e8f09ee44ef0c3 (patch)
treea2c5f4cf5691452021e139c21e826dddd86c79ee /tools/libxl/xl.h
parent1742e2a8eaa844719b13753e4afa57251e871680 (diff)
downloadxen-2018b98c2f85540d6c13340b46e8f09ee44ef0c3.tar.gz
xen-2018b98c2f85540d6c13340b46e8f09ee44ef0c3.tar.bz2
xen-2018b98c2f85540d6c13340b46e8f09ee44ef0c3.zip
xl: network2-list command
Usage: xl network2-list <Domains> Signed-off-by: Eric Chanudet <eric.chanudet@citrix.com>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index 7a8587be48..74553b7367 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -73,6 +73,7 @@ int main_tmem_thaw(int argc, char **argv);
int main_tmem_set(int argc, char **argv);
int main_tmem_shared_auth(int argc, char **argv);
int main_network2attach(int argc, char **argv);
+int main_network2list(int argc, char **argv);
void help(char *command);