~brianaker/gearmand/hostile-target

« back to all changes in this revision

Viewing changes to libgearman/universal.cc

  • Committer: Brian Aker
  • Date: 2013-10-05 07:09:12 UTC
  • Revision ID: brian@tangent.org-20131005070912-9pb0kx8wf9pfbp7t
Simple style cleanup. We also will start looking for epoll.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
#include <cctype>
69
69
#include <unistd.h>
70
70
#include <memory>
 
71
#ifdef HAVE_SYS_EPOLL_H
 
72
# include <sys/epoll.h>
 
73
#endif
71
74
 
72
75
void gearman_nap(int arg)
73
76
{