added support for 'core'
[util-vserver.git] / util-vserver / src / exec-ulimit.c
index 39dc59e..a487963 100644 (file)
@@ -42,6 +42,7 @@ static struct {
     char const *fname;
     int                code;
 } const LIMITS[] = {
+  DECLARE_LIMIT(CORE,    core),
   DECLARE_LIMIT(CPU,     cpu),
   DECLARE_LIMIT(DATA,    data),
   DECLARE_LIMIT(FSIZE,   fsize),