Christopher Faulet ca20d02ea8 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer
First, this variable does not need to be publicly exposed because it is only
used by stick_table functions. So we declare it as a global static in
stick_table.c file. Then, it is useless to use a pointer. Using a plain struct
variable avoids any dynamic allocation.
2017-09-05 10:35:07 +02:00
..
2016-04-03 14:17:42 +02:00
2017-07-21 09:54:03 +02:00
2017-08-09 16:32:49 +02:00
2016-12-28 12:51:51 +01:00
2017-06-27 14:38:02 +02:00
2016-04-03 14:17:42 +02:00