Skip to content
Snippets Groups Projects
Commit 8de421c7 authored by Adam Wujek's avatar Adam Wujek
Browse files

userspace/snmpd/wrsTableTemplate: run a function if defined as TT_POST_INIT_FUNC


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent d048e8f2
Branches
No related merge requests found
......@@ -157,4 +157,8 @@ void TT_INIT_FUNC(void)
wrsTT_oid,
OID_LENGTH(wrsTT_oid)));
/* If the function is defined, run it */
#ifdef TT_POST_INIT_FUNC
TT_POST_INIT_FUNC();
#endif
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment