NetworkManager/src/core/ppp
Thomas Haller 037a94e837
ppp: cleanup nm-ppp-manager-call to use const pointer and atomic operations
- Mark NMPPPOps variable as const. It really must not be modified.

- We cache the loaded symbols in a global variable. While this code
  is not used in a multi threaded situation, I think we should not
  add code that uses global variables that is not thread safe.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/837
2021-05-06 11:34:28 +02:00
..
meson.build build/meson: cleanup dependencies for libnm-core-impl 2021-02-28 10:42:05 +01:00
nm-ppp-manager-call.c ppp: cleanup nm-ppp-manager-call to use const pointer and atomic operations 2021-05-06 11:34:28 +02:00
nm-ppp-manager-call.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-ppp-manager.c ppp: cleanup nm-ppp-manager-call to use const pointer and atomic operations 2021-05-06 11:34:28 +02:00
nm-ppp-manager.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-ppp-plugin-api.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-ppp-plugin.ver all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-ppp-status.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-pppd-plugin.c all: use nm_g_variant_new_au() helper 2021-04-16 11:44:20 +02:00
nm-pppd-plugin.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00