]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/globals.h
129b70f98616b87ec6d800aa96c0e9c3d0b21843
[orte.git] / orte / include / globals.h
1 /*
2  *  $Id: globals.h,v 0.0.0.1            2003/08/21 
3  *
4  *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
5  *
6  *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
7  *  --------------------------------------------------------------------
8  *
9  *  This program is free software; you can redistribute it and/or modify
10  *  it under the terms of the GNU General Public License as published by
11  *  the Free Software Foundation; either version 2 of the License, or
12  *  (at your option) any later version.
13  *  
14  *  This program is distributed in the hope that it will be useful,
15  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *  GNU General Public License for more details.
18  *  
19  */
20
21 #ifndef _GLOBALS_H
22 #define _GLOBALS_H
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 //debug.c
29 extern int db_level;
30 extern int debugLevels[MAX_DEBUG_SECTIONS];
31 extern int mem_check_counter;
32 extern NtpTime zNtpTime,iNtpTime;
33 extern SequenceNumber noneSN;
34
35 #ifdef __cplusplus
36 } /* extern "C"*/
37 #endif
38
39 #endif /* _GLOBALS_H */