diff options
Diffstat (limited to 'lwip/port/netif/hurdethif.c')
-rw-r--r-- | lwip/port/netif/hurdethif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lwip/port/netif/hurdethif.c b/lwip/port/netif/hurdethif.c index f2103566..84eb7db7 100644 --- a/lwip/port/netif/hurdethif.c +++ b/lwip/port/netif/hurdethif.c @@ -544,6 +544,8 @@ hurdethif_device_init (struct netif *netif) static void * hurdethif_input_thread (void *arg) { + pthread_setname_np (pthread_self (), "input"); + ports_manage_port_operations_one_thread (etherport_bucket, hurdethif_demuxer, 0); |