dsynth - Abstract the run-status infrastructure
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 27 Aug 2019 05:31:41 +0000 (22:31 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 27 Aug 2019 05:31:41 +0000 (22:31 -0700)
commitea37671df32972e5ab85505aad1eaaf6a307b013
tree066c89e08d34680923df3016d8a369ba372382d7
parent066daf2a487e53af6dc7229324ef705f249bcdff
dsynth - Abstract the run-status infrastructure

* Abstract the run-status infrastructure and add skeletons for html
  and a 'dsynth monitor' style monitor.

  Neither is implemented yet but this moves most of the hard work
  out of gui.c (and renames it to ncurses.c) so it doesn't have to
  be replicated for the other two.
usr.bin/dsynth/Makefile
usr.bin/dsynth/build.c
usr.bin/dsynth/dsynth.h
usr.bin/dsynth/html.c [new file with mode: 0644]
usr.bin/dsynth/monitor.c [new file with mode: 0644]
usr.bin/dsynth/ncurses.c [moved from usr.bin/dsynth/gui.c with 80% similarity]
usr.bin/dsynth/runstats.c [new file with mode: 0644]