Results 1 to 1 of 1
I am working on checkpoint/restart support for af_unix sockets
so trying to save the socket file
in my client and server program the socket is bind to echo_socket name of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-14-2012 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 29
absolute path of socket file
I am working on checkpoint/restart support for af_unix sockets
so trying to save the socket file
in my client and server program the socket is bind to echo_socket name of the file which i have passed.
But when i refer the file using the file pointer in the socket structure it refers to some socket.c file .
May me it refers to the file in the harddisk.
but now I want the abolute path to refer this file
And I should save the echo_socket file or the harddisk file socket.c
Please tell me how to get te absolute path of the socket file
either echo_socket or for socket.c
Whichever is usefull.
Please reply


Reply With Quote
