initial checkin
[util-vserver.git] / util-vserver / src / vserver-stat.c
index 58e64db..9c6c398 100644 (file)
@@ -85,7 +85,7 @@ char *process_name;
 
 struct ArgInfo {
     enum { tpUNSET, tpCTX, tpPID }     type;
-    ctx_t              ctx;
+    xid_t              ctx;
     pid_t              pid;
     unsigned int       interval;
     bool               shutdown;