]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/rados/ctime.pxd
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / rados / ctime.pxd
CommitLineData
f67539c2
TL
1# cython: embedsignature=True
2
3cdef extern from "time.h":
4 ctypedef long int time_t
5 ctypedef long int suseconds_t
6
7
8cdef extern from "sys/time.h":
9 cdef struct timeval:
10 time_t tv_sec
11 suseconds_t tv_usec