Added SILC Thread Queue API
[silc.git] / lib / silcutil / silcstack_i.h
index 712800502762421b50927e2c5ca8fde2ab6e6b90..badc5ff7d5012e514af955cf6801ee39ff127906 100644 (file)
@@ -32,7 +32,7 @@
 #define SILC_STACK_DEFAULT_NUM 32
 
 /* Default alignment */
-#define SILC_STACK_DEFAULT_ALIGN sizeof(unsigned long)
+#define SILC_STACK_DEFAULT_ALIGN SILC_ALIGNMENT
 
 /* Maximum allocation that can be made with SilcStack. */
 #define SILC_STACK_BLOCK_NUM 21