We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
background()
1 parent cde0d01 commit 3e09321Copy full SHA for 3e09321
1 file changed
NEWS.adoc
@@ -138,6 +138,10 @@ https://github.com/networkupstools/nut/milestone/13
138
based UPS cards that already answer the rest of the subtree. [#2608]
139
140
- common code:
141
+ * Refactored `common::background()` method used by numerous NUT daemons
142
+ to handle parent and child code paths by separately addressable methods.
143
+ This got used in the shared drivers `main` code file to preclude losing
144
+ track of some libusb resources when forking the daemon. [#3437]
145
* Revised 'dstate' machinery to track socket connections closed mid-way
146
through a call, to avoid access after `free()`. [#3302]
147
* When dealing with driver `AF_UNIX` sockets (non-WIN32), use non-blocking
0 commit comments