************************************************************************
Overview
************************************************************************
This is a Protocol Data Binary (PDB) swap usage example which allows you
to load a PDB to an ixEngine instance.
The different mechanisms implemented in this example are :
- the loading of a new Protocol Data Binary
- the activation of the PDB just loaded

Note: Makefile for this example is a GNU Makefile and is designed to be used with a native x86_64 Linux toolchain.

************************************************************************
Installation
************************************************************************
make: build application
make install: install application in src/bin directory

Notes:
build is dynamic by default.
Set STATIC=1 for static build.
Set DEBUG=1 to get debug info.

************************************************************************
Usage
************************************************************************
To get the full usage of this example launch:
./pdb_swap

The LD_LIBRARY_PATH variable can be set as follows from this directory:
$ export LD_LIBRARY_PATH=../../../lib
