listen_loop(): Reuse a single thread attribute object
authorFabian Keil <fk@fabiankeil.de>
Mon, 26 Jun 2017 12:18:21 +0000 (12:18 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 26 Jun 2017 12:18:21 +0000 (12:18 +0000)
commit9d0df43be7672015de1e997070827d3019029795
tree7305e077e924102f5a22886b314f7d4dfd78efe1
parent023287ed8cb2d791ab0f3205538714611c05a386
listen_loop(): Reuse a single thread attribute object

The object doesn't change and creating a new one for
every thread is a waste of (cpu) time.

Sponsored by: Robert Klemme
jcc.c