We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--format json
1 parent 217ea61 commit fae8d1dCopy full SHA for fae8d1d
src/modules/physicalmemory/physicalmemory.c
@@ -160,6 +160,7 @@ static FFModuleBaseInfo ffModuleInfo = {
160
.parseJsonObject = (void*) ffParsePhysicalMemoryJsonObject,
161
.printModule = (void*) ffPrintPhysicalMemory,
162
.generateJsonConfig = (void*) ffGeneratePhysicalMemoryJsonConfig,
163
+ .generateJsonResult = (void*) ffGeneratePhysicalMemoryJsonResult,
164
.formatArgs = FF_FORMAT_ARG_LIST(((FFModuleFormatArg[]) {
165
{"Size (in bytes)", "bytes"},
166
{"Size formatted", "size"},
0 commit comments