~ubuntu-branches/ubuntu/utopic/audit/utopic

« back to all changes in this revision

Viewing changes to src/libev/ev_vars.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Matthias Hahn
  • Date: 2009-04-07 00:03:54 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090407000354-ny4m29eckoycogz5
Tags: 1.7.12-1
* New upstream release. (Closes: #522026)
* Fix "typo in long description: (Closes: #513937)
* debian/control:
  - Bump Standards-Version: 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
#if EV_USE_INOTIFY || EV_GENWRAP
157
157
VARx(int, fs_fd)
158
158
VARx(ev_io, fs_w)
 
159
VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
159
160
VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
160
161
#endif
161
162