Skip to content

Commit

Permalink
Fix misc path
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Apr 11, 2024
1 parent 51de3c4 commit 6de794e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/libafl/syx-snapshot/syx-snapshot.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "device-save.h"
#include "syx-cow-cache.h"
#include "../syx-misc.h"
#include "libafl/syx-misc.h"

#define SYX_SNAPSHOT_COW_CACHE_DEFAULT_CHUNK_SIZE 64
#define SYX_SNAPSHOT_COW_CACHE_DEFAULT_MAX_BLOCKS (1024 * 1024)
Expand Down
2 changes: 1 addition & 1 deletion libafl/syx-snapshot/channel-buffer-writeback.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "qemu/osdep.h"
#include "migration/qemu-file.h"

#include "../syx-misc.h"
#include "libafl/syx-misc.h"
#include "libafl/syx-snapshot/channel-buffer-writeback.h"

QIOChannelBufferWriteback* qio_channel_buffer_writeback_new(size_t capacity, uint8_t* writeback_buf, size_t writeback_buf_capacity, size_t* writeback_buf_usage) {
Expand Down
2 changes: 1 addition & 1 deletion libafl/syx-snapshot/device-save.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "migration/vmstate.h"
#include "qemu/main-loop.h"

#include "../syx-misc.h"
#include "libafl/syx-misc.h"
#include "libafl/syx-snapshot/channel-buffer-writeback.h"
#include "libafl/syx-snapshot/device-save.h"

Expand Down

0 comments on commit 6de794e

Please sign in to comment.