|
SimGrid
3.8.1
Scalable Simulation of Distributed Systems - Reference Manual
|
Functions | |
| xbt_socket_t | gras_socket_client_from_file (const char *path) |
| xbt_socket_t | gras_socket_server_from_file (const char *path) |
For debugging purpose, it is possible to deal with files as if they were sockets. It can even be useful to store stuff in a portable manner, but writing messages to a file may be strange...
| xbt_socket_t gras_socket_client_from_file | ( | const char * | path | ) |
gras_socket_client_from_file:
Create a client socket from a file path.
This only possible in RL, and is mainly for debugging.
| xbt_socket_t gras_socket_server_from_file | ( | const char * | path | ) |
gras_socket_server_from_file:
Create a server socket from a file path.
This only possible in RL, and is mainly for debugging.