From a269b6f44cc9df7a74669a3771f09223fc9003f6 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Sat, 9 Apr 2011 23:47:07 +0000
Subject: [PATCH] add function args to header

---
 src/common/xcgroup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/xcgroup.h b/src/common/xcgroup.h
index c67fa8ecee5..78a9f656309 100644
--- a/src/common/xcgroup.h
+++ b/src/common/xcgroup.h
@@ -118,7 +118,7 @@ int xcgroup_ns_umount(xcgroup_ns_t* cgns);
  *  - 0 if not available
  *  - 1 if available
  */
-int xcgroup_ns_is_available();
+int xcgroup_ns_is_available(xcgroup_ns_t* cgns);
 
 /*
  * load a cgroup from a cgroup namespace given a pid
-- 
GitLab