move all projects into the trunk directory
[ltt-control.git] / trunk / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / network_ip_interface.xml
diff --git a/trunk/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network_ip_interface.xml b/trunk/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/network_ip_interface.xml
new file mode 100644 (file)
index 0000000..11b2a1b
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<facility name="network_ip_interface">
+    <description>Network IP interface status</description>
+    
+  <event name="dev_up">
+    <description>IP interface up</description>
+      <field name="name"> <description>Interface name</description><string/></field>
+      <field name="addr"> <description>IP address</description> <uint size="4" byte_order="network"/> </field>
+  </event>  
+  
+  <event name="dev_down">
+    <description>IP interface down</description>
+      <field name="name"> <description>Interface name</description><string/></field>
+  </event> 
+  
+</facility>
This page took 0.022252 seconds and 4 git commands to generate.