Document TODO for extensibility requirement
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Oct 2022 15:53:28 +0000 (11:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Oct 2022 15:53:28 +0000 (11:53 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/trace.h

index ca1d8c97931374206f47bd43e58e53cfa6287e3f..68cd5dcb53441778993888b025bb6872e4fa2efa 100644 (file)
 
 /* SIDE stands for "Static Instrumentation Dynamically Enabled" */
 
+//TODO: as those structures will be ABI, we need to either consider them
+//fixed forever, or think of a scheme that would allow their binary
+//representation to be extected if need be.
+
 struct side_arg_vec;
 struct side_arg_vec_description;
 struct side_arg_dynamic_vec;
This page took 0.034442 seconds and 4 git commands to generate.