|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/share/systemtap/runtime/transport/ |
Upload File : |
#ifndef _TRANSPORT_RELAYFS_H_ /* -*- linux-c -*- */ #define _TRANSPORT_RELAYFS_H_ /** @file relayfs.h * @brief Header file for relayfs transport */ #if defined (CONFIG_RELAYFS_FS) || defined (CONFIG_RELAYFS_FS_MODULE) # include <linux/relayfs_fs.h> #elif defined (CONFIG_RELAY) # include <linux/relay.h> #else # undef STP_RELAYFS #endif # include <linux/namei.h> static struct rchan *_stp_relayfs_open(unsigned n_subbufs, unsigned subbuf_size, int pid, struct dentry **outdir); static void _stp_relayfs_close(struct rchan *chan, struct dentry *dir); #endif /* _TRANSPORT_RELAYFS_H_ */