22 #include "config/softwarecontainerconfig.h" 44 void setWriteBufferEnabled(
bool enabled);
45 bool writeBufferEnabled()
const;
70 bool m_writeBufferEnabled =
false;
71 bool m_temporaryFileSystemWriteBufferEnabled =
false;
72 unsigned int m_temporaryFileSystemSize;
Contains all values that should be passed to SoftwareContainer on creation.
bool temporaryFileSystemWriteBufferEnabled() const
Getter for the temporaryFileSystemWriteBufferEnableds variable.
unsigned int temporaryFileSystemSize() const
Getter for the temporaryFileSystemSize variable.
void setTemporaryFileSystemWriteBufferEnabled(bool enabled)
Setter for the temporaryFileSystemWriteBufferEnableds variable used to tell the container if it shall...
Developers guide to adding a config item:
void setTemporaryFileSystemSize(unsigned int size)
Setter for the temporaryFileSystemSize which is used to tell the system the size of the tmpfs being m...