Remove obsolete clean app exit configuration macro

This commit is contained in:
Vinnie Falco
2013-09-30 12:42:51 -07:00
parent ac13c97f7e
commit 9bc132778f
2 changed files with 6 additions and 9 deletions

View File

@@ -3,11 +3,10 @@ RIPPLE TODO
--------------------------------------------------------------------------------
Vinnie's List: Changes day to day, descending priority
- PeerFinder work
- Fix and tidy up broken beast classes
- Validators work
- Open Source aftermath
- Parse Validator line using cribbed code
* Parse Validator line using cribbed code
- Parse ContentBodyBuffer from HTTPResponse
- HTTPMessage improvements
- HTTPClient improvements based on HTTPServer

View File

@@ -174,12 +174,6 @@
#define RIPPLE_USE_NEW_VALIDATORS 0
#endif
// Turning this on makes the Application object get destroyed,
// which is part of an attempt to have a "clean exit."
#ifndef RIPPLE_APPLICATION_CLEAN_EXIT
#define RIPPLE_APPLICATION_CLEAN_EXIT 1
#endif
// This is only here temporarily. Use it to turn off the sending of
// "ANNOUNCE" messages if you suspect that you're having problems
// because of it.
@@ -187,6 +181,10 @@
#define RIPPLE_USE_MT_ANNOUNCE 0
#endif
#ifndef RIPPLE_USE_PEERFINDER
#define RIPPLE_USE_PEERFINDER 0
#endif
// Here temporarily
// Controls whether or not the new RPC::Manager logic will be
// used to invoke RPC commands before they pass to the original code.