aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/hhook.h
diff options
context:
space:
mode:
authorLawrence Stewart <lstewart@FreeBSD.org>2013-06-15 04:03:40 +0000
committerLawrence Stewart <lstewart@FreeBSD.org>2013-06-15 04:03:40 +0000
commitb1f53277ec21227115c16116ada7f8262f283545 (patch)
treedb19a5edb7dd9d1db4e8d04135d779135cb9a29e /sys/sys/hhook.h
parentb059b01e744c98255dffb0a162a692535ed51134 (diff)
downloadsrc-b1f53277ec21227115c16116ada7f8262f283545.tar.gz
src-b1f53277ec21227115c16116ada7f8262f283545.zip
Internalise handling of virtualised hook points inside
hhook_{add|remove}_hook_lookup() so that khelp (and other potential API consumers) do not have to care when they attempt to (un)hook a particular hook point identified by id and type. Reviewed by: scottl MFC after: 1 week
Notes
Notes: svn path=/head/; revision=251770
Diffstat (limited to 'sys/sys/hhook.h')
-rw-r--r--sys/sys/hhook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/hhook.h b/sys/sys/hhook.h
index 096a5a0458f8..a54e980e1118 100644
--- a/sys/sys/hhook.h
+++ b/sys/sys/hhook.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2010 Lawrence Stewart <lstewart@freebsd.org>
+ * Copyright (c) 2010,2013 Lawrence Stewart <lstewart@freebsd.org>
* Copyright (c) 2010 The FreeBSD Foundation
* All rights reserved.
*