X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flibltt%2Flibltt.h;h=80cebbadc44109d64b4bc42ac5d9e45103a946f5;hb=d9e13a0f55bea972da784889a7b6975aa03e4a5d;hp=06a40f244cbe3115e3c74192e125666103ec601b;hpb=fde1a29ab6228b04060220d2b2d4fb9c3b032a50;p=lttv.git diff --git a/ltt/branches/poly/libltt/libltt.h b/ltt/branches/poly/libltt/libltt.h index 06a40f24..80cebbad 100644 --- a/ltt/branches/poly/libltt/libltt.h +++ b/ltt/branches/poly/libltt/libltt.h @@ -37,7 +37,6 @@ enum trace_op { OP_DESTROY, OP_START, OP_STOP, - OP_ALIGN, OP_NONE }; @@ -55,7 +54,6 @@ typedef struct lttctl_peer_msg { unsigned subbuf_size; unsigned n_subbufs; } new_trace; - unsigned alignment; } args; } lttctl_peer_msg_t;