summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2013-10-13 00:13:57 +0000
committerMark Murray <markm@FreeBSD.org>2013-10-13 00:13:57 +0000
commit67f97e4eee18827bc2002f4ebde10623122b9402 (patch)
tree2c5e607d1b3f87633b382a5ebb084c515c97923d /sys/dev/random/randomdev.h
parent98cffb81c4bfe14be4a35858362d5da61b0e2c28 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
-rw-r--r--sys/dev/random/randomdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h
index 5be595fb7141..b87789f0834f 100644
--- a/sys/dev/random/randomdev.h
+++ b/sys/dev/random/randomdev.h
@@ -44,6 +44,7 @@ struct random_adaptor {
struct selinfo rsel;
const char *ident;
int seeded;
+ unsigned priority;
random_init_func_t *init;
random_deinit_func_t *deinit;
random_block_func_t *block;