examples/rxtx_callbacks: switch timestamp to dynamic field
authorThomas Monjalon <thomas@monjalon.net>
Thu, 29 Oct 2020 07:29:40 +0000 (08:29 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 3 Nov 2020 15:21:15 +0000 (16:21 +0100)
commit13ad83f18aaab6e0b5ddf18b3be829254a36eb00
treed647b7f833d098050e92b718221ff07b9106f93c
parent7a0c64910ca73d28b320354ef385853b428347f9
examples/rxtx_callbacks: switch timestamp to dynamic field

The mbuf timestamp is moved to a dynamic field
in order to allow removal of the deprecated static field.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
examples/rxtx_callbacks/main.c