diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2008-05-16 10:11:15 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2008-05-16 10:11:15 +0000 |
| commit | 143ec1117dc01c2ff3f08b7ed9c3bf2c9bfb3f6b (patch) | |
| tree | 4f87911524479fa7852772d1d7caba53932d1e7a /sys/netgraph | |
| parent | 925de94d63a9a8a9cde455c5ba88957dbab9afab (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/netflow/ng_netflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index c67d90b098e4..c813e501d8cc 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -184,7 +184,7 @@ ng_netflow_constructor(node_p node) priv->info.nfinfo_act_t = ACTIVE_TIMEOUT; /* Initialize callout handle */ - callout_init(&priv->exp_callout, 1); + callout_init(&priv->exp_callout, CALLOUT_MPSAFE); /* Allocate memory and set up flow cache */ if ((error = ng_netflow_cache_init(priv))) |
