~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ut0byte.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
void*
220
220
ut_align(
221
221
/*=====*/
222
 
        void*   ptr,            /*!< in: pointer */
223
 
        ulint   align_no);      /*!< in: align by this number */
 
222
        const void*     ptr,            /*!< in: pointer */
 
223
        ulint           align_no);      /*!< in: align by this number */
224
224
/*********************************************************//**
225
225
The following function rounds down a pointer to the nearest
226
226
aligned address.