view extensions/dbg_msg_dumps/CMakeLists.txt @ 1240:0420ccc4671a

Add a counter for the sent requests for which we did not wait for an answer. It might be relevant this value contributes to the load estimate of the remote peer, but it is not very reliable
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 10 Oct 2013 16:30:55 +0200
parents d6e18ebca0c5
children
line wrap: on
line source

PROJECT("Messages dump extension" C)
FD_ADD_EXTENSION(dbg_msg_dumps dbg_msg_dumps.c)


####
## INSTALL section ##

INSTALL(TARGETS dbg_msg_dumps
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-debug-tools)

"Welcome to our mercurial repository"