|
@@ -48,6 +48,7 @@ enum {
|
|
CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */
|
|
CSS_ONLINE = (1 << 1), /* between ->css_online() and ->css_offline() */
|
|
CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */
|
|
CSS_RELEASED = (1 << 2), /* refcnt reached zero, released */
|
|
CSS_VISIBLE = (1 << 3), /* css is visible to userland */
|
|
CSS_VISIBLE = (1 << 3), /* css is visible to userland */
|
|
|
|
+ CSS_DYING = (1 << 4), /* css is dying */
|
|
};
|
|
};
|
|
|
|
|
|
/* bits in struct cgroup flags field */
|
|
/* bits in struct cgroup flags field */
|