diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-29 12:41:17 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-29 12:41:17 +0300 |
commit | 8e2b9d28442a6291f4de5d039d4035882b12845f (patch) | |
tree | 9b1c04fd56013c2c82fff901d3c9052ce6cd130f /src/common/sandbox.h | |
parent | 6cae5d706c5802f28c46cece95b1cf8bd08f387a (diff) | |
download | tor-8e2b9d28442a6291f4de5d039d4035882b12845f.tar.gz tor-8e2b9d28442a6291f4de5d039d4035882b12845f.zip |
small fixes in documentation and sandbox_getaddrinfo()
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index d7e1172864..605df7f34a 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -68,10 +68,10 @@ typedef int (*sandbox_filter_func_t)(scmp_filter_ctx ctx, /** Type that will be used in step 3 in order to manage multiple sandboxes.*/ typedef struct { - // function pointers associated with the filter + /** function pointers associated with the filter */ sandbox_filter_func_t *filter_func; - // filter function pointer parameters + /** filter function pointer parameters */ sandbox_cfg_t *filter_dynamic; } sandbox_t; |