sahlberg / libnfs-python

Python bindings for libnfs
GNU Lesser General Public License v2.1
64 stars 34 forks source link

added struct timeval definition to interface file #12

Closed dhanumuli closed 8 years ago

dhanumuli commented 8 years ago

As discussed in issue #11 was unable to get mtime, ctime, atime values for nfsdirent. This problem is solved by adding struct timeval definition to the libnfs.i file. Since nfsdirent contains a struct timeval variable (and not a struct timeval*) pointer, we will need to add struct timeval definition to libnfs.i

sahlberg commented 8 years ago

Merge for now.

sahlberg commented 8 years ago

Merged. Thanks