This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/11852] Nice to have - structure name aliasing/changing


------- Additional Comments From jistone at redhat dot com  2010-07-29 17:37 -------
My hunch is that this would only be an issue if you were trying to #include a
userspace header in a %{ %} embedded-c block, which we can't support.  All of
the systemtap code is compiled in the kernel build environment.  The only way to
access user structures is either through $var->foo accesses or through @cast'ing
with headers.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11852

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]