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