Sebastian Huber commented on a discussion on 
cpukit/libtrace/record/record-fetch.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114246

 > +#ifdef HAVE_CONFIG_H
 > +#include "config.h"
 > +#endif
 > +
 > +#include <rtems/record.h>
 > +
 > +#include <rtems.h>
 > +#include <string.h>
 > +
 > +/*
 > + * One for RTEMS_RECORD_PROCESSOR, one for the optional
 > + * RTEMS_RECORD_PER_CPU_OVERFLOW.
 > + */
 > +#define RECORD_FETCH_HEADER_ITEMS 2
 > +
 > +size_t rtems_record_fetch_recommended_item_count( void )

The value depends on the application configuration. It is used to get the 
buffers for the TCP stream.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114246
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to