~barry/ubuntu/precise/boost1.46/debian-merge

« back to all changes in this revision

Viewing changes to boost/asio/detail/epoll_reactor.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2011-03-13 00:37:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110313003735-r7j6jdk0hkywfzuw
Tags: 1.46.1-1
* New upstream.

* control: Add libboost-random1.46-dev to depends of -all-dev and
  suggests of -dev.  Closes: #615849.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  : public boost::asio::detail::service_base<epoll_reactor>
43
43
{
44
44
public:
45
 
  enum { read_op = 0, write_op = 1,
 
45
  enum op_types { read_op = 0, write_op = 1,
46
46
    connect_op = 1, except_op = 2, max_ops = 3 };
47
47
 
48
48
  // Per-descriptor queues.