mtcp_destroy_context − destroy mTCP context
#include <mtcp_api.h>
void mtcp_destroy_context(mctx_t mctx);
mtcp_destroy_context() cleans up the per-thread (with CPU core-id as specified in the mctx structure) mTCP context in the process. This is usually the last function called (specific to mTCP API) before the mTCP application thread is terminated from the process address space.
mtcp_destroy_context() returns nothing.
mTCP development team <mtcp-user@list.ndsl.kaist.edu>
mtcp_create_context(), mtcp_init(), mtcp_destroy()
This page is part of mTCP release 3.0 docs section. A description of the project, and information about reporting bugs, can be found at http://shader.kaist.edu/mtcp/.