replicate /mars/exhaused-* to all peers

This commit is contained in:
Thomas Schoebel-Theuer 2012-01-23 16:37:03 +01:00 committed by Thomas Schoebel-Theuer
parent 358d968260
commit bd55c058e1
1 changed files with 9 additions and 0 deletions

View File

@ -2823,6 +2823,7 @@ enum {
CL_IPS,
CL_PEERS,
CL_ALIVE,
CL_EXHAUSTED,
// resource definitions
CL_RESOURCE,
CL_DEFAULTS0,
@ -2912,6 +2913,14 @@ static const struct light_class light_classes[] = {
.cl_type = 'l',
.cl_father = CL_ROOT,
},
/* Indicate whether filesystem is full
*/
[CL_EXHAUSTED] = {
.cl_name = "exhausted-",
.cl_len = 10,
.cl_type = 'l',
.cl_father = CL_ROOT,
},
/* Directory containing all items of a resource
*/