We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39e565 commit 7ab9a6eCopy full SHA for 7ab9a6e
mempools.c
@@ -31,8 +31,8 @@ typedef struct {
31
} appconf_container_t;
32
33
// Private variables
34
-static mcconf_container_t m_mc_confs[MEMPOOLS_MCCONF_NUM] = {0};
35
-static appconf_container_t m_app_confs[MEMPOOLS_APPCONF_NUM] = {0};
+static mcconf_container_t m_mc_confs[MEMPOOLS_MCCONF_NUM] = {{0}};
+static appconf_container_t m_app_confs[MEMPOOLS_APPCONF_NUM] = {{0}};
36
static int m_mcconf_highest = 0;
37
static int m_appconf_highest = 0;
38
0 commit comments