Changeset 561 in MondoRescue for trunk/mondo/mondo/common/my-stuff.h


Ignore:
Timestamp:
May 20, 2006, 5:51:21 PM (18 years ago)
Author:
bcornec
Message:

merge -r 542:560 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/my-stuff.h

    r539 r561  
    2222 * The main header file for Mondo.
    2323 */
    24 #ifndef _MY_STUFF_H_
    25 #define _MY_STUFF_H_
    2624
    2725/* Required for the use of getline, ... */
    28 #define __USE_GNU
    2926#define _GNU_SOURCE
    3027
     
    8380#ifndef S_SPLINT_S
    8481#include <pthread.h>
     82#endif
    8583#include <assert.h>
    8684
     
    114112 */
    115113#define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
     114
     115/**
     116 * The RAID kernel proc file
     117 */
     118#define MDSTAT_FILE "/proc/mdstat"
    116119
    117120/**
     
    428431
    429432
    430 
    431433#endif                          /* _MY_STUFF_H_ */
Note: See TracChangeset for help on using the changeset viewer.