mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix invalid variable name
This commit is contained in:
parent
31623673a4
commit
c72fd1718d
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ int msg_from_sample(struct msg *msg_in, struct sample *smp, struct vlist *signal
|
|||
{
|
||||
msg_in->type = MSG_TYPE_DATA;
|
||||
msg_in->version = MSG_VERSION;
|
||||
msg_in->rsvd1 = 0;
|
||||
msg_in->resv2 = 0;
|
||||
msg_in->reserved1 = 0;
|
||||
msg_in->reserved2 = 0;
|
||||
msg_in->length = (uint16_t) smp->length;
|
||||
msg_in->sequence = (uint32_t) smp->sequence;
|
||||
msg_in->ts.sec = smp->ts.origin.tv_sec;
|
||||
|
|
Loading…
Add table
Reference in a new issue