Changeset 3a4c6d9 in mainline for uspace/srv/locsrv


Ignore:
Timestamp:
2025-11-14T16:58:23Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
1ec732a
Parents:
d101368
git-author:
Nataliia Korop <n.corop08@…> (2025-11-14 16:57:02)
git-committer:
Jiri Svoboda <jiri@…> (2025-11-14 16:58:23)
Message:

Packet capture (thx Nataliia Korop)

File:
1 edited

Legend:

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

    rd101368 r3a4c6d9  
    13931393        categ_dir_add_cat(&cdir, cat);
    13941394
     1395        cat = category_new("pcap");
     1396        categ_dir_add_cat(&cdir, cat);
    13951397        return true;
    13961398}
Note: See TracChangeset for help on using the changeset viewer.