Commit b0d96be7 authored by Sam Rushing's avatar Sam Rushing

Merge branch 'pxdfix' into dns-cache

parents 9aa9885f cb98498e
......@@ -25,7 +25,7 @@ __event_queue_version__ = "$Id: event_queue.pyx,v 1.1 2007/01/03 00:19:50 ehuss
include "python.pxi"
from cython.operator cimport dereference as deref, preincrement as inc
from libcpp.utility cimport pair
from libc cimport uint64_t
from libc.stdint cimport uint64_t
cdef extern from "<map>" namespace "std":
cdef cppclass multimap[T, U]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment