Improve some very confusing structure names in astobj2.c
authorKevin P. Fleming <kpfleming@digium.com>
Sun, 16 May 2010 11:14:37 +0000 (11:14 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sun, 16 May 2010 11:14:37 +0000 (11:14 +0000)
commitc44da92360f57dda4918fa811972cbb0b2545c5b
treec710ee4570814335bd8fa44687cabd220f39dacf
parentcddc244c97c613d61f586eae9f814d25ff32f061
Improve some very confusing structure names in astobj2.c

As pointed out by 'akshayb' on #asterisk-dev, the code here called a list of
bucket entries a 'bucket', and the entries within the bucket were called
'bucket_list'. This made the code very hard to understand without reading
all of it... so I've renamed 'bucket_list' to 'bucket_entry' to clarify the
purpose of the structure.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@263208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/astobj2.c