ofono/drivers/dunmodem
Jonas Bonn 67701b1c40 drivers: constify vtables
The driver vtables are read-only structures.  This patch declares them as
'const' allowing the compiler to (optionally) put them in the RELRO
section.  RELRO pages may be marked as read-only by the linker after
the relocations have been done ensuring that they aren't inadvertently
or maliciously altered at runtime.
2018-10-17 09:56:27 -05:00
..
dunmodem.c dunmodem: Add stub for gprs. 2011-08-03 22:34:04 +02:00
dunmodem.h dunmodem: Add stub for gprs. 2011-08-03 22:34:04 +02:00
gprs.c drivers: constify vtables 2018-10-17 09:56:27 -05:00
network-registration.c drivers: constify vtables 2018-10-17 09:56:27 -05:00