automotive-dlt
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
int logstorage_store_dev_info(const char *node, const char *path)
Add new device in the list.
char * logstorage_delete_dev_info(const char *node)
Remove a device from the list.