mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-06 17:18:29 +03:00
10 lines
203 B
C
10 lines
203 B
C
|
#ifndef __CLUSTER_LOG_LOCAL_DOT_H__
|
||
|
#define __CLUSTER_LOG_LOCAL_DOT_H__
|
||
|
|
||
|
int init_local(void);
|
||
|
void cleanup_local(void);
|
||
|
|
||
|
int kernel_send(struct clog_tfr *tfr);
|
||
|
|
||
|
#endif /* __CLUSTER_LOG_LOCAL_DOT_H__ */
|