GBenchFeedbackRequest

Defined in file gui_objects.asn
C++ class: CGBenchFeedbackRequest


GBenchFeedbackRequest ::= SEQUENCE {
    date    Date,
    version GBenchVersionInfo,

    -- email to contact the submittor
    email-addr VisibleString OPTIONAL,

    -- description of the issue
    -- this is zlib compressed
    desc OCTET STRING OPTIONAL,

    -- application log
    -- this is zlib compressed!
    app-log OCTET STRING OPTIONAL,

    -- system config information
    -- this is zlib compressed!
    sys-config OCTET STRING OPTIONAL,

    -- set of attachments
    attachments SET OF GBenchFeedbackAttachment OPTIONAL,

    -- enable subscription to gbench-announce
    subscribe BOOLEAN OPTIONAL
}