Add agent reply code logging helpers
[lttng-tools.git] / src / common / sessiond-comm / agent.h
index 93ef7ac093e2fe241b44d31c5a6a4640ca35911c..574f8891f20bc8211e1160e3038d2c97ec1b9707 100644 (file)
@@ -40,6 +40,7 @@ enum lttcomm_agent_ret_code {
        AGENT_RET_CODE_SUCCESS      = 1,
        AGENT_RET_CODE_INVALID      = 2,
        AGENT_RET_CODE_UNKNOWN_NAME = 3,
+       AGENT_RET_CODE_NR,
 };
 
 /*
This page took 0.022633 seconds and 4 git commands to generate.