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

« back to all changes in this revision

Viewing changes to sa_common.c

  • 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
 * sar and sadf common routines.
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
 * This program is free software; you can redistribute it and/or modify it *
668
668
       case 'b':
669
669
         *actflag |= A_IO;
670
670
         break;
 
671
       case 'C':
 
672
         *flags |= S_F_COMMENT;
 
673
         break;
671
674
       case 'c':
672
675
         *actflag |= A_PROC;
673
676
         break;