Re: [LEDE-DEV] [PATCH 1/3] [ubox] remove unnecessary size struct between messages

2016-06-04 Thread Alexandru Ardelean
On Fri, Jun 3, 2016 at 2:27 PM, Conor O'Gorman wrote: > On 03/06/16 11:59, Dan Bugnar wrote: >> >> From: Dan Bugnar >> >> The next message needs to be written after the data of current message. >> This was adding "sizeof(struct log_head)" bytes between messages. >> >> Signed-off-by: Dan Bugnar >

Re: [LEDE-DEV] [PATCH 1/3] [ubox] remove unnecessary size struct between messages

2016-06-03 Thread Conor O'Gorman
On 03/06/16 11:59, Dan Bugnar wrote: From: Dan Bugnar The next message needs to be written after the data of current message. This was adding "sizeof(struct log_head)" bytes between messages. Signed-off-by: Dan Bugnar --- log/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[LEDE-DEV] [PATCH 1/3] [ubox] remove unnecessary size struct between messages

2016-06-03 Thread Dan Bugnar
From: Dan Bugnar The next message needs to be written after the data of current message. This was adding "sizeof(struct log_head)" bytes between messages. Signed-off-by: Dan Bugnar --- log/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/syslog.c b/log/syslog.c