NetworkManager/src/ndisc
Thomas Haller 6ce482c526
device/ndisc: add nm_ndisc_stop() method
It is bad style to rely on the last unref of an object for stopping
the operation. With a ref-counted object you should never rely on
anybody else still having (or not having) a reference. Hence, you
should not rely on stopping the ND during the last unref.

Add an explicit nm_ndisc_stop() function.
2020-09-15 15:36:19 +02:00
..
tests device/ndisc: let calling code determine the used RA timeout for NMNDisc 2020-09-15 15:08:03 +02:00
nm-fake-ndisc.c device/ndisc: add nm_ndisc_stop() method 2020-09-15 15:36:19 +02:00
nm-fake-ndisc.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-lndp-ndisc.c device/ndisc: add nm_ndisc_stop() method 2020-09-15 15:36:19 +02:00
nm-lndp-ndisc.h device/ndisc: let calling code determine the used RA timeout for NMNDisc 2020-09-15 15:08:03 +02:00
nm-ndisc-private.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nm-ndisc.c device/ndisc: add nm_ndisc_stop() method 2020-09-15 15:36:19 +02:00
nm-ndisc.h device/ndisc: add nm_ndisc_stop() method 2020-09-15 15:36:19 +02:00