NetworkManager/src/devices/team
Thomas Haller 29562a9751 device: let devices call stage1 again after being ready to proceed
I am about to change the when stage1 gets postponed, then the way to
proceed it is to schedule stage1 again (instead of scheduling stage2).

The reason is that stage1 handling should be reentrant and we should
keep entering it until there is no more reason to postpone it. If
a subclass postpones stage1 and then later progresses it by directly
scheduling stage2, then only the subclass is in control over postponing
stage 2.

Instead, anybody should be able to delay stage2 independently. That can
only work if everybody signals readyness to proceed by scheduling stage1
again.
2019-08-28 16:27:00 +02:00
..
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nm-device-team.c device: let devices call stage1 again after being ready to proceed 2019-08-28 16:27:00 +02:00
nm-device-team.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-team-factory.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00