Re: [Linuxptp-devel] [PATCH v2 3/7] pmc_agent: Simplify the update method.

2020-11-28 Thread Vladimir Oltean
On Fri, Nov 27, 2020 at 06:30:07PM -0800, Richard Cochran wrote: > The main method that causes the PMC agent to update its status takes a flag > that results in different behavior when push notifications are active. > This patch simplifies the interface by letting the agent remember whether > or no

[Linuxptp-devel] [PATCH v2 3/7] pmc_agent: Simplify the update method.

2020-11-27 Thread Richard Cochran
The main method that causes the PMC agent to update its status takes a flag that results in different behavior when push notifications are active. This patch simplifies the interface by letting the agent remember whether or not the caller subscribed to the notifications in the first place. Signed-