Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 1995 19:38:30 -0700
From:      Eric Hoffman <hoffman@Ipsilon.COM>
To:        hackers@freebsd.org
Subject:   external storage for mbufs
Message-ID:  <199506060238.TAA06992@servo.ipsilon.com>

next in thread | raw e-mail | index | archive | help

  #ifdef notyet
  #define       MFREE(m, n) \
  ....general purpose deallocator which uses ext_free function pointer..
  #else /* notyet */
  #define       MFREE(m, nn) \
  ....deallocator which assumes M_EXT is always part of the cluster system...
  #endif

could someone lend some context to why the following code from
mbuf.h is conditionalized the way it is?

an idle recompile with the new code caused damage...what other
conditions in the system exist that make it not yet ready?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506060238.TAA06992>