Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Feb 2009 00:01:15 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        arch@freebsd.org
Subject:   Small syntactic sugar addition to kobj
Message-ID:  <20090208.000115.-1145158523.imp@bsdimp.com>

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

I'd like to propose a small syntactic sugar coating for kobj.  I'd
like to propose:

#define KOBJMETHOD_END { NULL, NULL }

which can be used in place of the current { 0, 0 } used to end the
lists in kobj function lists.

Warner




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