Ignore:
Timestamp:
Feb 4, 2010, 5:29:37 PM (14 years ago)
Author:
Christoph Mayer
Message:

-von außen konfigurierbare bootstrap module, -periodicbroadcast crash fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/OverlayBootstrap.h

    r6919 r7532  
    4444#include <ctime>
    4545#include <deque>
     46#include <vector>
    4647#include <algorithm>
    4748#include <boost/thread/mutex.hpp>
     49#include <boost/foreach.hpp>
    4850#include "ariba/utility/logging/Logging.h"
    4951#include "ariba/utility/types.h"
     
    6062using std::deque;
    6163using std::string;
     64using std::vector;
     65using std::pair;
    6266using std::ostringstream;
    6367using ariba::utility::SpoVNetID;
     
    8387        virtual ~OverlayBootstrap();
    8488
    85         void start(BaseOverlay* _overlay, const SpoVNetID& _spovnetid, const NodeID& _nodeid);
     89        void start(
     90                        BaseOverlay* _overlay,
     91                        const SpoVNetID& _spovnetid,
     92                        const NodeID& _nodeid,
     93                        vector<pair<BootstrapManager::BootstrapType,string> > modules
     94                        );
    8695        void stop();
    8796
Note: See TracChangeset for help on using the changeset viewer.