Changeset 9a2eb14 in mainline for uspace/srv/locsrv/locsrv.c


Ignore:
Timestamp:
2017-10-15T15:04:15Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1974f56a
Parents:
75911d24
Message:

As a temporary measure, let IRC servers use the location service for DDF-compatible naming. This is needed until all interrupt controller drivers are in DDF and we can switch to DDF-based naming.

File:
1 edited

Legend:

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

    r75911d24 r9a2eb14  
    13591359        categ_dir_add_cat(&cdir, cat);
    13601360
     1361        cat = category_new("irc");
     1362        categ_dir_add_cat(&cdir, cat);
     1363
    13611364        cat = category_new("visualizer");
    13621365        categ_dir_add_cat(&cdir, cat);
Note: See TracChangeset for help on using the changeset viewer.