summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 1621fa7..0703916 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -122,7 +122,7 @@ struct m_ext {
(void *, void *);
void *ext_args; /* optional argument pointer */
u_int ext_size; /* size of buffer, for ext_free */
- u_int *ref_cnt; /* pointer to ref count info */
+ volatile u_int *ref_cnt; /* pointer to ref count info */
int ext_type; /* type of external storage */
};
OpenPOWER on IntegriCloud