Ignore:
Timestamp:
2019-08-07T09:33:04Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
9532981
Parents:
918ac9b
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-02 22:12:18)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:33:04)
Message:

sysman: Rename configuration to repo(sitory)

It's better suited for dynamic nature of the storage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/connection_broker.c

    r918ac9b raf92309  
    3131#include <stdlib.h>
    3232
    33 #include "configuration.h"
     33#include "repo.h"
    3434#include "connection_broker.h"
    3535#include "log.h"
     
    6767        }
    6868
    69         unit_t *unit = configuration_find_unit_by_name(unit_name);
     69        unit_t *unit = repo_find_unit_by_name(unit_name);
    7070        if (unit == NULL) {
    7171                //sysman_log(LVL_NOTE, "Unit '%s' not found.", unit_name);
Note: See TracChangeset for help on using the changeset viewer.