• Show log

    Commit

  • Hash : 36f784b5
    Author : Carlos Martín Nieto
    Date : 2015-06-01T20:02:23

    config: expose locking via the main API This lock/unlock pair allows for the cller to lock a configuration file to avoid concurrent operations. It also allows for a transactional approach to updating a configuration file. If multiple updates must be made atomically, they can be done while the config is locked.