mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
changed client_path and sever_path from 'char *' to 'const char *' to stop
compiler warning messages.
This commit is contained in:
parent
d54da54d67
commit
4ba6f5d078
@ -56,8 +56,8 @@ struct daemon_message {
|
|||||||
struct fifos {
|
struct fifos {
|
||||||
int client;
|
int client;
|
||||||
int server;
|
int server;
|
||||||
char *client_path;
|
const char *client_path;
|
||||||
char *server_path;
|
const char *server_path;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Event type definitions. */
|
/* Event type definitions. */
|
||||||
|
Loading…
Reference in New Issue
Block a user