automotive-dlt
Main Page
Modules
Data Structures
Files
File List
Globals
dlt-logstorage-list.h
Go to the documentation of this file.
1
25
#ifndef _DLT_LOGSTORAGE_LIST_H_
26
#define _DLT_LOGSTORAGE_LIST_H_
27
28
/* Return 0 it the node as been added (or is already present) */
29
int
logstorage_store_dev_info
(
const
char
*node,
const
char
*path);
30
/* Returns the mount point if node has been found and deleted. NULL either */
31
char
*
logstorage_delete_dev_info
(
const
char
*node);
32
33
#endif
logstorage_store_dev_info
int logstorage_store_dev_info(const char *node, const char *path)
Add new device in the list.
Definition:
dlt-logstorage-list.c:143
logstorage_delete_dev_info
char * logstorage_delete_dev_info(const char *node)
Remove a device from the list.
Definition:
dlt-logstorage-list.c:197
src
console
logstorage
dlt-logstorage-list.h
Generated by
1.8.11