Changeset dd495c9 in mainline


Ignore:
Timestamp:
2024-08-29T17:56:11Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
94d84a0
Parents:
e82b37e
Message:

locsrv: add "raid" category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/locsrv/locsrv.c

    re82b37e rdd495c9  
    13301330        categ_dir_add_cat(&cdir, cat);
    13311331
     1332        cat = category_new("raid");
     1333        categ_dir_add_cat(&cdir, cat);
     1334
    13321335        cat = category_new("partition");
    13331336        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.