~ubuntu-branches/debian/sid/trinity/sid

« back to all changes in this revision

Viewing changes to include/perf.h

  • Committer: Package Import Robot
  • Author(s): gustavo panizzo
  • Date: 2014-01-17 21:10:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140117211015-k2qbnpu0osa5mlil
Tags: 1.3-1
* New upstream version 1.3.
* Removed wrong dependency on linux-headers. (Closes: #733771).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _TRINITY_PERF_H
 
2
#define _TRINITY_PERF_H
 
3
 
 
4
void open_perf_fds(void);
 
5
 
 
6
#endif /* _TRINITY_PERF_H */