libzypp 17.37.17
CleanerThread_p.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
13
14#include <unistd.h>
15
16#include <zypp-core/Globals.h>
17
18namespace zypp
19{
20
22 {
23 public:
24 CleanerThread() = delete;
25 static void watchPID ( pid_t pid_r );
26 };
27
28}
static void watchPID(pid_t pid_r)
Easy-to use interface to the ZYPP dependency resolver.
Provides API related macros.
#define ZYPP_LOCAL
Definition Globals.h:71