Hi, Sorry, but I just want to know the meaning of "shmized", I can't find it in the dictionary, thank you very much.
typedef struct _cfg_group { int num; /*!< number of variables within the group */ cfg_mapping_t *mapping; /*!< describes the mapping betweeen the cfg variable definition and the memory block */ char *vars; /*!< pointer to the memory block where the values are stored -- used only before the config is shmized. */
--
Best Regards, Shengy