pmt: New features and improvements
- Added type getter and reboot function - Writed a garbage collector, so manually freeing memory and closing file descriptors is removed - Some other improvements
This commit is contained in:
@@ -25,6 +25,8 @@ set(PMT_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/functions/PartitionSizeFunction.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/functions/RealPathFunction.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/functions/RealLinkPathFunction.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/functions/RebootFunction.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/functions/TypeFunction.cpp
|
||||
)
|
||||
|
||||
# Add pmt
|
||||
|
||||
Reference in New Issue
Block a user