summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcstat.h
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-07-09 17:08:46 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-07-09 17:08:46 +0000
commit93ae007c34b5a61e3d494d72d4a7e8378390d83d (patch)
tree89674c04bd81aae33f8006f2511fdac652e98d48 /usr.sbin/pmcstat/pmcstat.h
parenta62ddd3522853d6c4c5cc44450d5f53420110dad (diff)
downloadFreeBSD-src-93ae007c34b5a61e3d494d72d4a7e8378390d83d.zip
FreeBSD-src-93ae007c34b5a61e3d494d72d4a7e8378390d83d.tar.gz
Fix a bug that affected on-the-fly gmon.out file generation.
Approved by: re (scottl)
Diffstat (limited to 'usr.sbin/pmcstat/pmcstat.h')
-rw-r--r--usr.sbin/pmcstat/pmcstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h
index 393e3fa..f0246f9 100644
--- a/usr.sbin/pmcstat/pmcstat.h
+++ b/usr.sbin/pmcstat/pmcstat.h
@@ -120,7 +120,7 @@ void pmcstat_show_usage(void);
void pmcstat_shutdown_logging(void);
void pmcstat_start_pmcs(struct pmcstat_args *_a);
void pmcstat_start_process(struct pmcstat_args *_a);
-void pmcstat_process_log(struct pmcstat_args *_a);
+int pmcstat_process_log(struct pmcstat_args *_a);
int pmcstat_print_log(struct pmcstat_args *_a);
int pmcstat_convert_log(struct pmcstat_args *_a);
OpenPOWER on IntegriCloud