summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-09-23 12:08:08 +0000
committerkib <kib@FreeBSD.org>2009-09-23 12:08:08 +0000
commit08eef7d34c578869595298ca52492616c9e5fdb1 (patch)
tree667ac17507acd2374fb885e1e229d0bed3a5bb2c /sys/fs/procfs/procfs.h
parent002d3014204852bab9c9fb257011783bfd8e4b11 (diff)
downloadFreeBSD-src-08eef7d34c578869595298ca52492616c9e5fdb1.zip
FreeBSD-src-08eef7d34c578869595298ca52492616c9e5fdb1.tar.gz
Add per-process osrel node to the procfs, to allow read and set p_osrel
value for the process. Approved by: des (procfs maintainer) MFC after: 3 weeks
Diffstat (limited to 'sys/fs/procfs/procfs.h')
-rw-r--r--sys/fs/procfs/procfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h
index 48d4bca..2598224 100644
--- a/sys/fs/procfs/procfs.h
+++ b/sys/fs/procfs/procfs.h
@@ -39,6 +39,7 @@
#ifdef _KERNEL
int procfs_docurproc(PFS_FILL_ARGS);
+int procfs_doosrel(PFS_FILL_ARGS);
int procfs_doproccmdline(PFS_FILL_ARGS);
int procfs_doprocctl(PFS_FILL_ARGS);
int procfs_doprocdbregs(PFS_FILL_ARGS);
OpenPOWER on IntegriCloud