Skip to content

Commit bbba1f6

Browse files
kordian-pawelecdavidtrihy-genesys
authored andcommitted
Adding modparam to configure encoding in transaction only mode
1 parent 11783c1 commit bbba1f6

4 files changed

Lines changed: 219 additions & 97 deletions

File tree

modules/topology_hiding/th_common_logic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static inline char *topo_ct_param_copy(char *buf, str *name, str *val, int shoul
8080
return buf;
8181
}
8282

83-
static void shm_free_wrap(void *param) {
83+
static inline void shm_free_wrap(void *param) {
8484
if (param)
8585
shm_free(param);
8686
}

0 commit comments

Comments
 (0)