File open retries.

This commit is contained in:
Ian Gulliver
2016-03-02 18:49:25 -08:00
parent 58177c93a6
commit e124977713
3 changed files with 45 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
#include "beast.h"
#include "exec.h"
#include "file.h"
#include "hex.h"
#include "incoming.h"
#include "json.h"
@@ -165,6 +166,7 @@ int main(int argc, char *argv[]) {
incoming_cleanup();
outgoing_cleanup();
exec_cleanup();
file_cleanup();
json_cleanup();
proto_cleanup();