File: dcap_debug.h

package info (click to toggle)
dcap 2.47.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,474
  • sloc: ansic: 14,235; makefile: 395; python: 75; sh: 58
file content (31 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 *   DCAP - dCache Access Protocol client interface
 *
 *   Copyright (C) 2000,2004 DESY Hamburg DMG-Division.
 *
 *   AUTHOR: Tigran Mkrtchayn (tigran.mkrtchyan@desy.de)
 *
 *   This program can be distributed under the terms of the GNU LGPL.
 *   See the file COPYING.LIB
 *
 */


/*
 * $Id: dcap_debug.h,v 1.12 2004-11-01 19:33:29 tigran Exp $
 */

#ifndef _DCAP_DEBUG_H_
#define _DCAP_DEBUG_H_

#include <stdarg.h>

#include "debug_level.h"

#define MAX_MESSAGE_LEN 2048

extern void dc_setRecoveryDebugLevel();
void dc_vdebug(unsigned int level, const char *format, va_list ap);
int dc_is_debug_level_enabled( unsigned int level);

#endif				/* _DCAP_DEBUG_H_ */