diff options
Diffstat (limited to 'pfinet/ethernet.c')
-rw-r--r-- | pfinet/ethernet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index ae738de5..234e9007 100644 --- a/pfinet/ethernet.c +++ b/pfinet/ethernet.c @@ -102,6 +102,8 @@ static struct port_bucket *etherport_bucket; static void * ethernet_thread (void *arg) { + pthread_setname_np (pthread_self (), "ethernet"); + ports_manage_port_operations_one_thread (etherport_bucket, ethernet_demuxer, 0); |