syslog/ramlog.c:Syslog add BIOC_FLUSH supports clearing log cache
Signed-off-by: yuanyongjian <yuanyongjian@xiaomi.com>
This commit is contained in:
parent
a0813b808f
commit
9483729328
|
@ -487,6 +487,9 @@ static int ramlog_file_ioctl(FAR struct file *filep, int cmd,
|
|||
case PIPEIOC_POLLINTHRD:
|
||||
upriv->rl_threashold = (uint32_t)arg;
|
||||
break;
|
||||
case BIOC_FLUSH:
|
||||
priv->rl_header->rl_head = 0;
|
||||
break;
|
||||
default:
|
||||
ret = -ENOTTY;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue