Ignore:
Timestamp:
Feb 4, 2010, 5:29:37 PM (15 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/BaseOverlay.h

    r6961 r7532  
    274274
    275275        /**
     276         * Start the bootstrap modules
     277         */
     278        void startBootstrapModules(vector<pair<BootstrapManager::BootstrapType,string> > modules);
     279
     280        /**
     281         * Stop the bootstrap modules
     282         */
     283        void stopBootstrapModules();
     284
     285        /**
    276286         * Let the node leave the SpoVNet.
    277287         */
Note: See TracChangeset for help on using the changeset viewer.