~ubuntu-branches/ubuntu/saucy/htop/saucy-proposed

« back to all changes in this revision

Viewing changes to CPUMeter.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:
11
11
 
12
12
#include "Meter.h"
13
13
 
14
 
#include "ProcessList.h"
15
 
 
16
 
#include <stdlib.h>
17
 
#include <curses.h>
18
 
#include <string.h>
19
 
#include <math.h>
20
 
 
21
 
#include "debug.h"
22
 
#include <assert.h>
23
 
 
24
14
extern int CPUMeter_attributes[];
25
15
 
26
16
#ifndef MIN