~ubuntu-branches/ubuntu/karmic/sysstat/karmic

« back to all changes in this revision

Viewing changes to sadf.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2007-10-08 23:55:13 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071008235513-b88rmqx6aigra3zd
Tags: 8.0.1-1
New upstream version (stable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * sadf: System activity data formatter
3
 
 * (C) 1999-2007 by Sebastien Godard (sysstat <at> wanadoo.fr)
 
3
 * (C) 1999-2007 by Sebastien Godard (sysstat <at> orange.fr)
4
4
 */
5
5
 
6
6
#ifndef _SADF_H
15
15
#define DNOVAL     0.0          /* Wilma!  */
16
16
 
17
17
/* DTD version for XML output */
18
 
#define XML_DTD_VERSION "1.0"
19
 
 
 
18
#define XML_DTD_VERSION "1.5"
20
19
 
21
20
static char *seps[] =  {"\t", ";"};
22
21
 
35
34
   } a, b;                      /* Value pair, either ints or char *s */
36
35
} Cons;
37
36
 
38
 
 
39
37
#endif  /* _SADF_H */