$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-09-30 19:16:27
El 30/09/2024 a las 18:44, Murali Kishore via Boost escribió:
> Hi,
>
> I am observing that the first 4 bytes are changed to zero, let me know what
> is the reason for this.
You need to provide us with a fully compilable example, otherwise it's
not easy to deduce what's happenning in your code.
Apart from that, you are storing raw pointers inside timer_instance_t,
and that is not going to work between processes. See:
Best,
Ion