aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/user_uma.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrsctplib/user_uma.h')
-rwxr-xr-xusrsctplib/user_uma.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/usrsctplib/user_uma.h b/usrsctplib/user_uma.h
index 1bdefdb8..e20d2ada 100755
--- a/usrsctplib/user_uma.h
+++ b/usrsctplib/user_uma.h
@@ -46,11 +46,11 @@ typedef struct uma_zone * uma_zone_t;
typedef struct uma_keg * uma_keg_t;
struct uma_cache {
- int stub; /* TODO __Userspace__ */
+ int stub; /* TODO __Userspace__ */
};
struct uma_keg {
- int stub; /* TODO __Userspace__ */
+ int stub; /* TODO __Userspace__ */
};
struct uma_zone {
@@ -90,9 +90,7 @@ uma_zcreate(char *name, size_t size, uma_ctor ctor, uma_dtor dtor,
uma_zone_t
uma_zcreate(char *name, size_t size, uma_ctor ctor, uma_dtor dtor,
- uma_init uminit, uma_fini fini, int align, u_int32_t flags)
-{
- return NULL; /* stub TODO __Userspace__. Also place implementation in a separate .c file */
-
+ uma_init uminit, uma_fini fini, int align, u_int32_t flags) {
+ return NULL; /* stub TODO __Userspace__. Also place implementation in a separate .c file */
}
#endif