Aktualizr
C++ SOTA Client
secondary.h
1 #ifndef SECONDARY_H_
2 #define SECONDARY_H_
3 
4 #include <boost/filesystem.hpp>
5 
6 #include "libaktualizr/aktualizr.h"
7 
8 namespace Primary {
9 
10 void initSecondaries(Aktualizr& aktualizr, const boost::filesystem::path& config_file);
11 
12 } // namespace Primary
13 
14 #endif // SECONDARY_H_
Aktualizr
This class provides the main APIs necessary for launching and controlling libaktualizr.
Definition: aktualizr.h:24