File: sanitycheck.h

package info (click to toggle)
jack-audio-connection-kit 1%3A0.126.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,992 kB
  • sloc: ansic: 34,176; sh: 4,234; makefile: 460; python: 327
file content (22 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __jack_sanitycheck_h__
#define __jack_sanitycheck_h__

/**
 * GPL etc.
 *
 * @author Florian Faber
 *
 * @version 0.1 (2009-01-17) [FF]
 *              - initial version
 **/

/**
 * Performs a range of sanity checks on the system. The number of
 * found problems is returned.
 *
 **/

int sanitycheck(int do_realtime_check,
		int do_freqscaling_check);

#endif /* __jack_sanitycheck_h__ */