Update Stellar export header and add stellar_get_current_thread_index() function
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "stellar.h"
|
||||
#include "macro.h"
|
||||
#include "packet_priv.h"
|
||||
#include "file_scan.h"
|
||||
#include "packet_private.h"
|
||||
#include "lock_free_queue.h"
|
||||
#include "dumpfile_io.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "stellar.h"
|
||||
#include "macro.h"
|
||||
#include "lock_free_queue.h"
|
||||
|
||||
struct lock_free_queue
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#include <string.h>
|
||||
#include <netinet/ether.h>
|
||||
|
||||
#include "stellar.h"
|
||||
#include "macro.h"
|
||||
#include "marsio.h"
|
||||
#include "packet_private.h"
|
||||
#include "packet_priv.h"
|
||||
#include "marsio_io.h"
|
||||
|
||||
struct marsio_io
|
||||
|
||||
@@ -7,8 +7,8 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "packet.h"
|
||||
#include "stellar.h"
|
||||
#include "macro.h"
|
||||
#include "packet_priv.h"
|
||||
|
||||
#define PACKET_IO_LOG_STATE(format, ...) LOG_STATE("packet_io", format, ##__VA_ARGS__)
|
||||
#define PACKET_IO_LOG_ERROR(format, ...) LOG_ERROR("packet_io", format, ##__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user