aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ioam/lib-trace/trace.api
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ioam/lib-trace/trace.api')
-rw-r--r--src/plugins/ioam/lib-trace/trace.api26
1 files changed, 2 insertions, 24 deletions
diff --git a/src/plugins/ioam/lib-trace/trace.api b/src/plugins/ioam/lib-trace/trace.api
index cb958325..2f45c6e2 100644
--- a/src/plugins/ioam/lib-trace/trace.api
+++ b/src/plugins/ioam/lib-trace/trace.api
@@ -22,7 +22,7 @@
@param trace_tsp- Timestamp resolution
@param app_data - Application specific opaque
*/
-define trace_profile_add {
+autoreply define trace_profile_add {
u32 client_index;
u32 context;
u8 trace_type;
@@ -32,37 +32,15 @@ define trace_profile_add {
u32 app_data;
};
-/** \brief Trace profile add / del response
- @param context - sender context, to match reply w/ request
- @param retval - return value for request
-*/
-define trace_profile_add_reply {
- u32 context;
- i32 retval;
-};
-
-
-
/** \brief Delete trace Profile
@param client_index - opaque cookie to identify the sender
@param context - sender context, to match reply w/ request
*/
-define trace_profile_del {
+autoreply define trace_profile_del {
u32 client_index;
u32 context;
};
-/** \brief Trace profile add / del response
- @param context - sender context, to match reply w/ request
- @param retval - return value for request
-*/
-define trace_profile_del_reply {
- u32 context;
- i32 retval;
-};
-
-
-
/** \brief Show trace Profile
@param client_index - opaque cookie to identify the sender
@param context - sender context, to match reply w/ request