summaryrefslogtreecommitdiff
path: root/test/fs2_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs2_test.cpp')
-rw-r--r--test/fs2_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fs2_test.cpp b/test/fs2_test.cpp
index e1d0182..65f12b6 100644
--- a/test/fs2_test.cpp
+++ b/test/fs2_test.cpp
@@ -32,7 +32,8 @@ int main(int argc,char* argv[])
FS_set_para(handle, PRINT_MODE, &value, sizeof(value));
value=1;
FS_set_para(handle, CREATE_THREAD, &value, sizeof(value));
- value=2;
+ FS_set_para(handle, METRIS_FORMAT, &value, sizeof(value));
+ value=2;
FS_set_para(handle, STAT_CYCLE, &value, sizeof(value));
value=4096;
FS_set_para(handle, MAX_STAT_FIELD_NUM, &value, sizeof(value));