Skip to content
Snippets Groups Projects
Commit 176cb0d4 authored by Matt Jordan's avatar Matt Jordan
Browse files

include/asterisk/vector.h: Backport vector.h to Asterisk 11

Vectors are very useful constructs. As a container, they prevent having
to calloc/realloc arrays manually. They also have advantages over linked
lists, which require elements in the list to be a struct. This patch
backports vectors to Asterisk 11 for use in future patches.

Change-Id: Idc9d74d246a0158b0b36ccb250e7acc71bab078d
parent acced2b8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment