ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/sysinfo/load.hh
Revision: 1.1
Committed: Tue Nov 7 17:55:08 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Log Message:
Load class and header file.

File Contents

# User Rev Content
1 tdb 1.1 #ifndef LOAD_HH
2     #define LOAD_HH 1
3    
4     #include <iostream>
5     #include <sys/loadavg.h>
6    
7     void printLoad();
8    
9     #endif