Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910689 Details for
Bug 1111517
can not return instance as an output argument from method
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch fixing this issue
konkretcmpi-0.9.2-fix-instance-param-tag.patch (text/plain), 1.11 KB, created by
Michal Minar
on 2014-06-20 08:35:41 UTC
(
hide
)
Description:
patch fixing this issue
Filename:
MIME Type:
Creator:
Michal Minar
Created:
2014-06-20 08:35:41 UTC
Size:
1.11 KB
patch
obsolete
>Index: konkretcmpi-0.9.2/src/program/main.cpp >=================================================================== >--- konkretcmpi-0.9.2.orig/src/program/main.cpp >+++ konkretcmpi-0.9.2/src/program/main.cpp >@@ -506,7 +506,11 @@ static void gen_feature_decls( > > // Add sig entry [type][length][name][zero-terminator] > >- KTag tag = _ktag(pd->data_type, pd->array_index, key, false, false); >+ KTag tag; >+ if (pd->qualifiers->has_key("EmbeddedInstance")) >+ tag = _ktag(TOK_INSTANCE, pd->array_index, key, false, false); >+ else >+ tag = _ktag(pd->data_type, pd->array_index, key, false, false); > pack_tag(sig, tag); > pack_name(sig, pd->name); > count++; >@@ -640,6 +644,7 @@ static void gen_param(FILE* os, MOF_Para > const char* ktn = _ktype_name(p->data_type); > > if (p->qualifiers->has_key("EmbeddedInstance")) { >+ tag = _ktag(TOK_INSTANCE, p->array_index, false, in, out); > if (p->array_index) > put(os, " KInstanceA $0;\n", p->name, NULL); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1111517
: 910689