~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to dttools/src/debug.h

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-03-30 12:40:01 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120330124001-ze0lhxm5uwq2e3mo
Tags: 3.4.2-2
Added patch to handle a missing CFLAGS variable in Python's sysconfig
report (Closes: #661658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#define D_TCP      0x000000100  /**< Debug TCP connections and disconnections. */
50
50
#define D_AUTH     0x000000200  /**< Debug authentication and authorization actions. */
51
51
#define D_IRODS    0x000000400  /**< Debug the iRODS module in Parrot. */
52
 
#define D_LANDLORD 0x000000800  /**< Debug Landlord operations. */
 
52
#define D_CVMFS    0x000000800  /**< Debug CVMFS module in Parrot. */
53
53
#define D_HTTP     0x000001000  /**< Debug HTTP queries. */
54
54
#define D_FTP      0x000002000  /**< Debug FTP operations. */
55
55
#define D_NEST     0x000004000  /**< Debug the NEST module in Parrot. */
76
76
#define D_MPI      0x800000000LL  /**< Debug MPI module for Makeflow */
77
77
 
78
78
/** Debug all remote I/O operations. */
79
 
#define D_REMOTE   (D_HTTP|D_FTP|D_NEST|D_CHIRP|D_DCAP|D_RFIO|D_LFC|D_GFAL|D_MULTI|D_GROW|D_IRODS|D_HDFS|D_BXGRID|D_XROOTD)
 
79
#define D_REMOTE   (D_HTTP|D_FTP|D_NEST|D_CHIRP|D_DCAP|D_RFIO|D_LFC|D_GFAL|D_MULTI|D_GROW|D_IRODS|D_HDFS|D_BXGRID|D_XROOTD|D_CVMFS)
80
80
 
81
81
/** Show all debugging info. */
82
 
#define D_ALL      0xfffffffffLL
 
82
#define D_ALL      ~(0LL)
83
83
 
84
84
/*
85
85
It turns out that many libraries and tools make use of