Re: wbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.
8 Apr
2013
8 Apr
'13
8:08 a.m.
On Mon, 2013-04-08 at 01:56 +0900, Kim Jung Eon (김중언) wrote:
@@ -241,18 +243,21 @@ static const struct column col_compsys[] = { prop_modelW, CIM_STRING }, { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 }, { prop_numprocessorsW, CIM_UINT32, VT_I4 }, - { prop_totalphysicalmemoryW, CIM_UINT64 } + { prop_totalphysicalmemoryW, CIM_UINT64 }, + { prop_nameW, CIM_STRING|COL_FLAG_DYNAMIC }
Please keep properties sorted.
4637
Age (days ago)
4637
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker