in preparation for other cleanups
*/
my->info.socket.af = AF_FR_FILENAME;
my->info.socket.type = SOCK_STREAM;
- my->info.socket.unix.path = cfg->filename;
+ my->info.socket.file.path = cfg->filename;
/*
* Allow hacks for stdout and stderr
struct {
char const *path; //!< Unix socket path.
} unix;
+
+ struct {
+ char const *path; //!< Filename
+ } file;
+
+ struct {
+ char const *server; //!< Virtual server filename
+ } virtual;
};
int af; //!< AF_INET, AF_INET6, or AF_UNIX
int type; //!< SOCK_STREAM, SOCK_DGRAM, etc.