Ian Collins
2008-Dec-08 00:20 UTC
[zfs-code] does libzfs header in Solaris 10U5 match the code?
I have to build an application I have written on SXCE on Solaris 10 update 5 and I''ve hit a snag with the prototype for zfs_send: #pragma ident "@(#)libzfs.h 1.4 08/01/09 SMI" extern int zfs_send(zfs_handle_t *, const char *, int); which appears to predate incremental snapshots. Is this the correct prototype for the supplied libzfs? If so, how were incremental sends implemented? Thanks, -- Ian.
Ian Collins
2008-Dec-08 08:02 UTC
[zfs-code] does libzfs header in Solaris 10U5 match the code?
Ian Collins wrote:> I have to build an application I have written on SXCE on Solaris 10 update 5 and I''ve hit a snag with the prototype for zfs_send: > > #pragma ident "@(#)libzfs.h 1.4 08/01/09 SMI" > > extern int zfs_send(zfs_handle_t *, const char *, int); > > which appears to predate incremental snapshots.Sorry for the noise, I found the matching source and I''d misinterpreted the "tosnap" parameter in the current source. -- Ian.