]> git.ipfire.org Git - thirdparty/rsync.git/commit
xattrs: introduce a rsync_xa_list struct as layer between two nested item_lists
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Jul 2016 16:32:04 +0000 (18:32 +0200)
committerWayne Davison <wayned@samba.org>
Sun, 14 Aug 2016 21:20:16 +0000 (14:20 -0700)
commit6eb71beaffb365c8f3b3d0db3ab7123026ee423e
tree18e8fed02fff3c2b56288f68b8de13ab01fb66d3
parent39d7e3ec255a15ed6da035a009abc2a1c0a3d856
xattrs: introduce a rsync_xa_list struct as layer between two nested item_lists

We have the global 'item_list rsync_xal_l', this maintains an array
of rsync_xa_list structure, one per file.

Each rsync_xa_list structure maintains an array of rsync_xa structure,
while each represent a single xattr with name and value.

Part of a patchset for bug 5324.
xattrs.c