Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Nov 8, 2014
1 parent cf4cf3c commit ee657a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/epoll_server.rb
@@ -1,6 +1,6 @@
#! /usr/bin/env ruby

require 'io/epoll'
require 'epoll'
require 'socket'

server = TCPServer.open(4000)
Expand All @@ -14,7 +14,6 @@
"HELLO\r\n",
].join("")

Epoll = IO::Epoll
ep = Epoll.create
ep.add server, Epoll::IN

Expand Down

0 comments on commit ee657a5

Please sign in to comment.