mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-04-13 07:01:46 +03:00
zstream currently contains three identical copies of dump_record(), which appear to all be drawn from libzfs_sendrecv.c. The original is marked internal. This PR adds zstream_util.[hc] and puts the shared code there along with a couple of other items in common. No functional changes. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Garth Snyder <garth@garthsnyder.com> Closes #18284 |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| zstream_decompress.c | ||
| zstream_dump.c | ||
| zstream_recompress.c | ||
| zstream_redup.c | ||
| zstream_token.c | ||
| zstream_util.c | ||
| zstream_util.h | ||
| zstream.c | ||
| zstream.h | ||