mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Guenther
This commit is contained in:
parent
76d4ede6db
commit
b4e4b60719
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
struct messaging_context;
|
||||
struct server_id;
|
||||
void debug_message(struct messaging_context *msg_ctx, void *private_data, uint32_t msg_type, struct server_id src, DATA_BLOB *data);
|
||||
void debug_register_msgs(struct messaging_context *msg_ctx);
|
||||
bool reopen_logs( void );
|
||||
|
@ -527,6 +527,8 @@ typedef char fstring[FSTRING_LEN];
|
||||
|
||||
#include "../lib/util/data_blob.h"
|
||||
#include "../lib/util/time.h"
|
||||
#include "../lib/util/debug.h"
|
||||
#include "../lib/util/debug_s3.h"
|
||||
|
||||
#include "libads/ads_status.h"
|
||||
#include "../libcli/util/error.h"
|
||||
|
@ -70,10 +70,6 @@
|
||||
/* how long to wait for secondary SMB packets (milli-seconds) */
|
||||
#define SMB_SECONDARY_WAIT (60*1000)
|
||||
|
||||
/* Debugging stuff */
|
||||
#include "lib/util/debug.h"
|
||||
#include "lib/util/debug_s3.h"
|
||||
|
||||
/* this defines the error codes that receive_smb can put in smb_read_error */
|
||||
enum smb_read_errors {
|
||||
SMB_READ_OK = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user