Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/startup.h

    r891790ef red9c0a8  
    1010// Created On       : Wed Mar 29 15:56:41 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 24 16:16:37 2018
    13 // Update Count     : 4
     12// Last Modified On : Thu Jul 20 21:37:11 2017
     13// Update Count     : 2
    1414//
    1515
     
    1919extern "C" {
    2020        enum {
    21                 STARTUP_PRIORITY_MEMORY     = 101,
    22                 STARTUP_PRIORITY_CORE       = 102,
    23                 STARTUP_PRIORITY_KERNEL     = 103,
     21                STARTUP_PRIORITY_CORE       = 101,
     22                STARTUP_PRIORITY_KERNEL     = 102,
     23                STARTUP_PRIORITY_MEMORY     = 103,
    2424                STARTUP_PRIORITY_IOSTREAM   = 104,
    25                 STARTUP_PRIORITY_APPREADY   = 105,
    2625        };
    2726}
    2827#else
    29 #define STARTUP_PRIORITY_MEMORY     101
    30 #define STARTUP_PRIORITY_CORE       102
    31 #define STARTUP_PRIORITY_KERNEL     103
     28#define STARTUP_PRIORITY_CORE       101
     29#define STARTUP_PRIORITY_KERNEL     102
     30#define STARTUP_PRIORITY_MEMORY     103
    3231#define STARTUP_PRIORITY_IOSTREAM   104
    33 #define STARTUP_PRIORITY_APPREADY   105
    3432#endif
    3533
Note: See TracChangeset for help on using the changeset viewer.