Add fd_device

This commit is contained in:
Pacien TRAN-GIRARD 2017-02-27 20:56:55 +01:00
parent 4a45a65fe2
commit 7a54fe5e88
No known key found for this signature in database
GPG key ID: E2C15161EE81BE3B
7 changed files with 141 additions and 0 deletions

View file

@ -929,6 +929,8 @@ static bool setup_myself(void) {
devops = raw_socket_devops;
else if(!strcasecmp(type, "multicast"))
devops = multicast_devops;
else if(!strcasecmp(type, "fd"))
devops = fd_devops;
#ifdef ENABLE_UML
else if(!strcasecmp(type, "uml"))
devops = uml_devops;