Files
podman/libpod
Miloslav Trmač dae6200662 Use []pullRefName instead of []*pullRefName
We are passing the values, don't really need the pointer sharing semantics,
and the structures are small enough, and the arrays short enough,
that we very likely lose on the indirect accesses more than we save on
quicker copying of the slices when extending them.  Value semantics
is safer anyway.

Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>

Closes: #1176
Approved by: rhatdan
2018-08-01 18:22:59 +00:00
..
2018-02-02 22:44:40 +00:00
2017-11-01 11:24:59 -04:00
2018-04-05 14:13:49 +00:00
2018-03-29 02:18:45 +00:00
2018-03-23 15:35:37 +00:00
2018-05-25 08:45:15 +00:00
2018-07-24 16:12:31 -04:00
2018-03-14 20:21:31 +00:00
2018-03-23 15:35:37 +00:00
2018-04-26 19:14:44 +00:00