~ubuntu-branches/ubuntu/trusty/htop/trusty-proposed

« back to all changes in this revision

Viewing changes to LoadAverageMeter.h

  • Committer: Package Import Robot
  • Author(s): Eugene V. Lyubimkin
  • Date: 2012-02-19 10:24:46 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120219102446-3uor37shuh5qch7n
Tags: 1.0.1-1
* New upstream release.
  - Don't crash when trying to kill already finished process.
    (Closes: #652563, 657675)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#ifndef HEADER_LoadAverageMeter
4
4
#define HEADER_LoadAverageMeter
5
5
/*
6
 
htop
 
6
htop - LoadAverageMeter.h
7
7
(C) 2004-2011 Hisham H. Muhammad
8
8
Released under the GNU GPL, see the COPYING file
9
9
in the source distribution for its full text.
11
11
 
12
12
#include "Meter.h"
13
13
 
14
 
#include <curses.h>
15
 
 
16
 
#include "debug.h"
17
 
 
18
14
extern int LoadAverageMeter_attributes[];
19
15
 
20
16
extern int LoadMeter_attributes[];