Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop
| | |
| | | #if _WIN32 |
| | | #include <wtypes.h> |
| | | #endif |
| | | #include <cstdint> |
| | | |
| | | namespace license { |
| | | |
| | |
| | | |
| | | #ifndef SRC_LIBRARY_OS_CPU_INFO_H_ |
| | | #define SRC_LIBRARY_OS_CPU_INFO_H_ |
| | | #include <cstdint> |
| | | #include <string> |
| | | namespace license { |
| | | namespace os { |
| | |
| | | #include <mntent.h> |
| | | #include <dirent.h> |
| | | #include <sys/utsname.h> |
| | | #ifndef NDEBUG |
| | | #include <valgrind/memcheck.h> |
| | | #endif |
| | | // #ifndef NDEBUG |
| | | // #include <valgrind/memcheck.h> |
| | | // #endif |
| | | |
| | | //#ifdef USE_DISK_MODEL |
| | | ///#define PARSE_ID_FUNC parse_disk_id |