Browse Source

[0.99.21] CHECK_PREEMPTION() comment correction

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@819 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 21 years ago
parent
commit
9eaa23623e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      jack/internal.h

+ 4
- 4
jack/internal.h View File

@@ -62,10 +62,10 @@ extern void jack_error (const char *fmt, ...);

/* Enable preemption checking for Linux Realtime Preemption kernels.
*
* This checks if any RT-safe code section does anything to cause
* possible CPU preemption. Examples are sleep() or other system
* calls that block. If a problem is detected, the kernel writes a
* syslog entry, and sends SIGUSR2 to the client.
* This checks if any RT-safe code section does anything to cause CPU
* preemption. Examples are sleep() or other system calls that block.
* If a problem is detected, the kernel writes a syslog entry, and
* sends SIGUSR2 to the client.
*/
#ifdef DO_PREEMPTION_CHECKING
#define CHECK_PREEMPTION(engine, onoff) \


Loading…
Cancel
Save