diff options
Diffstat (limited to 'src/libstrongswan/utils.c')
-rw-r--r-- | src/libstrongswan/utils.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libstrongswan/utils.c b/src/libstrongswan/utils.c index 953ef505e..416c8ef44 100644 --- a/src/libstrongswan/utils.c +++ b/src/libstrongswan/utils.c @@ -72,6 +72,13 @@ void *return_null() } /** + * nop operation + */ +void nop() +{ +} + +/** * We use a single mutex for all refcount variables. This * is not optimal for performance, but the critical section * is not that long... |