ShaoHe Feng has uploaded a new change for review. Change subject: schema: add 'class' types to support class constructors ......................................................................
schema: add 'class' types to support class constructors Adam addes class constructors to the schema in commit 22b1c55c. But the process-schema was updated. So it can not parser this new schema type Change-Id: If8a08ac50311ba0769eb03797082b250363a7c86 Signed-off-by: ShaoHe Feng <[email protected]> --- M vdsm_api/process-schema.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/8064/1 diff --git a/vdsm_api/process-schema.py b/vdsm_api/process-schema.py index ff466b0..4124828 100755 --- a/vdsm_api/process-schema.py +++ b/vdsm_api/process-schema.py @@ -32,7 +32,7 @@ } # Symbols of these types are considered data types -typeKinds = ('type', 'enum', 'map', 'union', 'alias') +typeKinds = ('class', 'type', 'enum', 'map', 'union', 'alias') def read_symbol_comment(f, symbols): """ -- To view, visit http://gerrit.ovirt.org/8064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8a08ac50311ba0769eb03797082b250363a7c86 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: ShaoHe Feng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
