cctools
rmonitor_poll.h
1 /*
2 Copyright (C) 2013- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef RMONITOR_POLL_H
8 #define RMONITOR_POLL_H
9 
10 #include "itable.h"
11 #include "hash_table.h"
12 
13 #include "rmsummary.h"
14 
15 int rmonitor_measure_process(struct rmsummary *tr, pid_t pid);
16 int rmonitor_measure_process_update_to_peak(struct rmsummary *tr, pid_t pid);
17 
18 #endif
Definition: rmsummary.h:24
A general purpose hash table.
An integer-indexed hash table.