~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.h

  • Committer: Monty Taylor
  • Date: 2009-01-06 18:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 762.
  • Revision ID: mordred@inaugust.com-20090106184625-kqu7nsnwjwm5jv4s
Enabled dirty_close.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#endif /* defined HAVE_OS_LINUX */
48
48
 
49
49
#ifdef HAVE_STACKTRACE
50
 
  void print_stacktrace(unsigned char* stack_bottom, ulong thread_stack);
 
50
  void print_stacktrace(unsigned char* stack_bottom, size_t thread_stack);
51
51
  void safe_print_str(const char* name, const char* val, int max_len);
52
52
#else
53
53
/* Define empty prototypes for functions that are not implemented */