Add os_release, date and creator variables.

This commit is contained in:
Gerhard Hoffmann 2024-02-02 13:32:16 +01:00
parent f6efb1ee9a
commit 3bf3e741a0

View File

@ -321,6 +321,10 @@ struct SharedMem
std::atomic_bool m_finished{false};
} m_downLoadDC;
// meta-data
char os_release[64];
char date_of_creation[32];
char creator[128]; // name of application plus pid
static QSharedMemory *getShm(std::size_t s = 0);