~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_reporting.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:16:25 UTC
  • Revision ID: brian@tangent.org-20081008021625-3756823nqs1phvsn
More effort around master.info (and relay.info)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef RPL_REPORTING_H
21
 
#define RPL_REPORTING_H
 
20
#ifndef DRIZZLED_RPL_REPORTING_H
 
21
#define DRIZZLED_RPL_REPORTING_H
22
22
 
23
23
/**
24
24
   Maximum size of an error message from a slave thread.
100
100
  char const *const m_thread_name;
101
101
};
102
102
 
103
 
#endif // RPL_REPORTING_H
104
 
 
 
103
#endif /* DRIZZLED_RPL_REPORTING_H */