File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
#include "sysemu/block-backend.h"
23
23
#include "qapi/error.h"
24
24
#include "qapi/qmp/qdict.h"
25
- #include "replication.h"
25
+ #include "block/ replication.h"
26
26
27
27
typedef enum {
28
28
BLOCK_REPLICATION_NONE , /* block replication is not started */
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ typedef struct ReplicationOps ReplicationOps;
23
23
typedef struct ReplicationState ReplicationState ;
24
24
25
25
/**
26
- * SECTION:replication.h
26
+ * SECTION:block/ replication.h
27
27
* @title:Base Replication System
28
28
* @short_description: interfaces for handling replication
29
29
*
@@ -32,7 +32,7 @@ typedef struct ReplicationState ReplicationState;
32
32
* <example>
33
33
* <title>How to use replication interfaces</title>
34
34
* <programlisting>
35
- * #include "replication.h"
35
+ * #include "block/ replication.h"
36
36
*
37
37
* typedef struct BDRVReplicationState {
38
38
* ReplicationState *rs;
Original file line number Diff line number Diff line change 28
28
#include "migration/failover.h"
29
29
#include "migration/ram.h"
30
30
#ifdef CONFIG_REPLICATION
31
- #include "replication.h"
31
+ #include "block/ replication.h"
32
32
#endif
33
33
#include "net/colo-compare.h"
34
34
#include "net/colo.h"
Original file line number Diff line number Diff line change 14
14
15
15
#include "qemu/osdep.h"
16
16
#include "qapi/error.h"
17
- #include "replication.h"
17
+ #include "block/ replication.h"
18
18
19
19
static QLIST_HEAD (, ReplicationState ) replication_states ;
20
20
Original file line number Diff line number Diff line change 14
14
#include "qapi/qmp/qdict.h"
15
15
#include "qemu/option.h"
16
16
#include "qemu/main-loop.h"
17
- #include "replication.h"
17
+ #include "block/ replication.h"
18
18
#include "block/block_int.h"
19
19
#include "block/qdict.h"
20
20
#include "sysemu/block-backend.h"
You can’t perform that action at this time.
0 commit comments