~ubuntu-branches/ubuntu/vivid/sysstat/vivid

« back to all changes in this revision

Viewing changes to sa.h

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-09-21 22:27:45 UTC
  • mfrom: (22.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130921222745-8e9zv1n3tn3uc0wa
Tags: 10.1.7-1
* New upstream version.
* Remove no longer needed 11-fix-concurrency-build-issue.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
#define G_SNMP          0x04
177
177
#define G_IPV6          0x08
178
178
#define G_POWER         0x10
 
179
#define G_XDISK         0x20
179
180
 
180
181
/* sadc program */
181
182
#define SADC            "sadc"
802
803
        check_net_dev_reg(struct activity *, int, int, unsigned int);
803
804
extern unsigned int
804
805
        check_net_edev_reg(struct activity *, int, int, unsigned int);
 
806
extern double
 
807
        compute_ifutil(struct stats_net_dev *, double, double);
805
808
extern void
806
809
        copy_structures(struct activity * [], unsigned int [],
807
810
                        struct record_header [], int, int);