Skip to content

Commit 0231990

Browse files
Fixed the vswitch query error in feilong
Signed-off-by: santhosh-sloka <santhoshs.1988@gmail.com>
1 parent 430a756 commit 0231990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zthin-parts/zthin/include/vmapiVirtual.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ static tableLayout Virtual_Network_VSwitch_Query_Extended_Layout = {
854854
{ APITYPE_ARRAY_LEN, 4, 4, STRUCT_INDX_1, NEST_LEVEL_1, offsetof(vswitch_array_structure, globalMemberList) },
855855
{ APITYPE_ARRAY_STRUCT_COUNT, 4, 4, STRUCT_INDX_1, NEST_LEVEL_1, offsetof(vswitch_array_structure, globalMemberCount) },
856856
{ APITYPE_NOBUFFER_STRUCT_LEN,4, 4, STRUCT_INDX_6, NEST_LEVEL_6, sizeof(global_member_structure) },
857-
{ APITYPE_C_STR_PTR, 0, 16, STRUCT_INDX_6, NEST_LEVEL_6, offsetof(global_member_structure, globalmemberFields) },
857+
{ APITYPE_C_STR_PTR, 0, 99, STRUCT_INDX_6, NEST_LEVEL_6, offsetof(global_member_structure, globalmemberFields) },
858858
{ APITYPE_END_OF_TABLE, 0, 0, 0, 0 }
859859
};
860860

0 commit comments

Comments
 (0)