Split all controller events code into a new control_events.c

Also, split the formatting code shared by control.c and
control_events.c into controller_fmt.c.
This commit is contained in:
Nick Mathewson
2019-03-25 12:11:59 -04:00
parent d4d541c53c
commit a49f506e05
50 changed files with 3012 additions and 2877 deletions
+1
View File
@@ -73,6 +73,7 @@
#include "feature/client/entrynodes.h"
#include "feature/client/transports.h"
#include "feature/control/control.h"
#include "feature/control/control_events.h"
#include "feature/dirauth/authmode.h"
#include "feature/dirauth/reachability.h"
#include "feature/dircache/consdiffmgr.h"