Introduce application_internal.c. This backend is meant to replace
authormartijn <martijn@openbsd.org>
Sat, 4 Nov 2023 09:22:52 +0000 (09:22 +0000)
committermartijn <martijn@openbsd.org>
Sat, 4 Nov 2023 09:22:52 +0000 (09:22 +0000)
commit16365c5352f777d8ea56614d7100d0edd48c6d72
tree017f2b7c21ab4f992e2af1341691aafd2196ea98
parentacbb6deec378b6fc0d456a9e25f1628759f51779
Introduce application_internal.c. This backend is meant to replace
application_legacy.c, mps.c, and mib.c. This commit just introduces the
backend. The existing MIBs inside mib.c will be copied over in
subsequent commits.

OK tb@
usr.sbin/snmpd/Makefile
usr.sbin/snmpd/application.c
usr.sbin/snmpd/application.h
usr.sbin/snmpd/application_internal.c [new file with mode: 0644]
usr.sbin/snmpd/snmpd.h