]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Cleanup queue_ref / queue_unref routines.
authorCorey Farrell <git@cfware.com>
Mon, 19 Nov 2018 13:00:03 +0000 (08:00 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 19 Nov 2018 13:00:03 +0000 (08:00 -0500)
commitf9b9bdd0b0b05b2e8b71455100b315d6ffddff89
treec91a3f4e7f324d412cf780deb2584fc144acbe24
parente0a4df64cd5d600abab0e7f938510baf988c9b52
app_queue: Cleanup queue_ref / queue_unref routines.

This replaces the inline functions with macros.  This removes the need
to directly use __ao2_ref, opts instead for standard ao2_bump and
ao2_cleanup macros.

Change-Id: If4e04e9bab2e3c883188437cb9f487b3e498a21b
apps/app_queue.c