libzypp  17.35.16
RepoManagerFlags.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_REPOMANAGER_FLAGS_INCLUDED_H
13 #define ZYPP_REPOMANAGER_FLAGS_INCLUDED_H
14 
15 #include <zypp-core/base/Flags.h>
16 
17 namespace zypp {
18  namespace RepoManagerFlags {
19 
21  {
25  };
26 
28  {
31  };
32 
35  {
38  };
39  ZYPP_DECLARE_FLAGS(RefreshServiceFlags,RefreshServiceBit);
40 
42  using RefreshServiceOptions = RefreshServiceFlags;
43 
51  };
52  }
53 
54  ZYPP_DECLARE_OPERATORS_FOR_FLAGS( RepoManagerFlags::RefreshServiceFlags );
55 }
56 #endif //ZYPP_REPOMANAGER_FLAGS_INCLUDED_H
Force restoring repo enabled/disabled status.
RefreshServiceFlags RefreshServiceOptions
Options tuning RefreshService.
Force refresh even if TTL is not reached.
ZYPP_DECLARE_OPERATORS_FOR_FLAGS(DiskUsageCounter::MountPoint::HintFlags)
ZYPP_DECLARE_FLAGS(RefreshServiceFlags, RefreshServiceBit)
refresh is delayed due to settings
RefreshCheckStatus
Possibly return state of RepoManager::checkIfToRefreshMetadata function.
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19
RefreshServiceBit
Flags for tuning RefreshService.