HPCToolkit
client.h
Go to the documentation of this file.
1 #ifndef _FNBOUNDS_CLIENT_H_
2 #define _FNBOUNDS_CLIENT_H_
3 
4 #include "fnbounds_file_header.h"
5 
6 int hpcrun_syserv_init(void);
7 
8 void hpcrun_syserv_fini(void);
9 
10 void *hpcrun_syserv_query(const char *fname, struct fnbounds_file_header *fh);
11 
12 void *hpcrun_syserv_query_var(const char *fname, struct fnbounds_file_header *fh);
13 
14 
15 #endif // _FNBOUNDS_CLIENT_H_
void hpcrun_syserv_fini(void)
void * hpcrun_syserv_query(const char *fname, struct fnbounds_file_header *fh)
void * hpcrun_syserv_query_var(const char *fname, struct fnbounds_file_header *fh)
int hpcrun_syserv_init(void)