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]

Re: FW: function return value


Hi -

On Wed, Mar 07, 2007 at 11:51:31AM -0500, John Liang wrote:
> The function I am interested in returns a dentry pointer. 
> Does $return have to be an integral type? 

A pointer is deemed integral.  $return will simply be the pointer
value.  It should also be dereferencable like other $variables
("$return->d_mounted") to some extent.

- FChE


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