mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
o Allow callers to initialize a writer that will malloc(9) with M_WAITOK.
o Use size_t for expected malloc size.
o Use correct types to initialize a group writer.
o Rename functions into nl_writer_ namespace instead of nlmsg_, cause
they are working on nl_writer, not on nlmsg.
o Make the KPI responsible to sparsely initialize the writer structure.
o Garbage collect chain writer. Fixes
|
||
|---|---|---|
| .. | ||
| Makefile | ||