ytservicedog.h 189 B

12345678910
  1. #ifndef YTSERVICEDOG_H
  2. #define YTSERVICEDOG_H
  3. #include <unistd.h>
  4. #include "../ytServiceCore/ytServiceShm.h"
  5. extern YT_SERVICE_SHM *ytShm;
  6. extern bool isRuning;
  7. #endif // YTSERVICEDOG_H