Commit: fd00c597a72b91ac54f1594167ec2fbb722675b0
Parent: 9a9f6acc06d0de89f0c7f87bc9bc11594669c8ec
Author: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-05-21 10:16:01
Tree: 123f49613bb835afeb919055e9ccbab5de309bbc

shared: Fix queue_find to accept const ptr as match data This patch fixes queue_find definition to have const pointer as data to be matched against. Match function already does have const pointers as arguments. Also parameter name is updated to be 'match_data' since this actually is not user_data, just data to be matched against.

Diffstat

M src/shared/queue.c | 4 ++- -
M src/shared/queue.h | 2 +-

2 files changed, 3 insertions(+), 3 deletions(-)

View Full Diff | Patch