mirror of https://github.com/schoebel/mars
replicate /mars/exhaused-* to all peers
This commit is contained in:
parent
358d968260
commit
bd55c058e1
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue