mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Move prototype of _mext_free to mbuf.h, where it belongs, because it is
used in MEXTFREE and needs to be in scope for external MEXTFREE users. Pointed out by: Chad David <davidc@acns.ab.ca> Confirmed by: bde
This commit is contained in:
parent
c573e654b7
commit
4878b75e6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88423
@ -933,7 +933,6 @@ mb_reclaim(void)
|
||||
* Local mbuf & cluster alloc macros and routines.
|
||||
* Local macro and function names begin with an underscore ("_").
|
||||
*/
|
||||
void _mext_free(struct mbuf *);
|
||||
void _mclfree(struct mbuf *);
|
||||
|
||||
#define _m_get(m, how, type) do { \
|
||||
|
@ -427,6 +427,7 @@ extern int nmbcnt; /* Scale kmem_map for counter space */
|
||||
extern int nmbufs; /* Maximum number of mbufs */
|
||||
extern int nsfbufs; /* Number of sendfile(2) bufs */
|
||||
|
||||
void _mext_free(struct mbuf *);
|
||||
void m_adj(struct mbuf *, int);
|
||||
struct mbuf *m_aux_add(struct mbuf *, int, int);
|
||||
struct mbuf *m_aux_add2(struct mbuf *, int, int, void *);
|
||||
|
Loading…
Reference in New Issue
Block a user