projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9bd243a
)
config_intrhook.9: Update struct intr_config_hook to ours.
author
Sascha Wildner <saw@online.de>
Tue, 10 Jul 2012 14:16:13 +0000 (16:16 +0200)
committer
Sascha Wildner <saw@online.de>
Tue, 10 Jul 2012 14:16:13 +0000 (16:16 +0200)
share/man/man9/config_intrhook.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/config_intrhook.9
b/share/man/man9/config_intrhook.9
index
dd483ab
..
6e10184
100644
(file)
--- a/
share/man/man9/config_intrhook.9
+++ b/
share/man/man9/config_intrhook.9
@@
-26,7
+26,7
@@
.\"
.\" $FreeBSD: src/share/man/man9/config_intrhook.9,v 1.4 2006/12/14 14:33:13 mpp Exp $
.\"
-.Dd July 9, 2012
+.Dd July 10, 2012
.Dt CONFIG_INTRHOOK 9
.Os
.Sh NAME
@@
-73,6
+73,9
@@
struct intr_config_hook {
TAILQ_ENTRY(intr_config_hook) ich_links;/* Private */
void (*ich_func)(void *arg); /* function to call */
void *ich_arg; /* Argument to call */
+ const char *ich_desc; /* Hook description */
+ int ich_order; /* Ordering field */
+ int ich_ran; /* Private */
};
.Ed
.Pp