summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/client/vppapiclient.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28api: remove clib_mem_init from vppapiclient contructorOle Troan1-0/+3
Having the constructor in the vppapiclient library led to conflicts with applications wanting to allocate their own heap. Note: Change of behaviour, applications that do not use a CLIB heap must now call vac_mem_init() before using any functions from vppapiclient. Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ib155a54579ea5a0dbc26cb4b6daca1274e1dfdfa
2017-04-20vpp-api: rename libpneum to libvppapiclientDamjan Marion1-0/+36
Change-Id: Ie6d2c769b316b43c40632aa9009c4ff6442cf658 Signed-off-by: Damjan Marion <damarion@cisco.com>