Changeset 5619:16fe78ec277c in roaraudio for include


Ignore:
Timestamp:
08/09/12 00:01:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Implemented watchdog (Closes: #291)

Location:
include/libroar
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r5517 r5619  
    188188#include "asyncctl.h" 
    189189#include "kstore.h" 
     190#include "watchdog.h" 
    190191 
    191192// some basic macros: 
     
    245246 ROAR_FATAL_ERROR_MEMORY_DOUBLE_FREE, 
    246247#define ROAR_FATAL_ERROR_MEMORY_DOUBLE_FREE ROAR_FATAL_ERROR_MEMORY_DOUBLE_FREE 
     248 ROAR_FATAL_ERROR_WATCHDOG, 
     249#define ROAR_FATAL_ERROR_WATCHDOG ROAR_FATAL_ERROR_WATCHDOG 
    247250 
    248251 ROAR_FATAL_ERROR_EOL 
  • include/libroar/roarfeatures.h

    r5609 r5619  
    6565#define ROAR_FT_FEATURE_COMMON_PROTO /* see #257 */ 
    6666#define ROAR_FT_FEATURE_SELECTOR_HANDLING /* see #285 */ 
     67#define ROAR_FT_FEATURE_WATCHDOG /* see #291 */ 
    6768 
    6869// libroar2 features: 
Note: See TracChangeset for help on using the changeset viewer.