mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
add elem_link.h
This commit is contained in:
parent
e3f963d2b4
commit
8af8f99df3
13
include/elem_link.h
Normal file
13
include/elem_link.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <atomic>
|
||||||
|
#include <cstddef>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
#include "def.h"
|
||||||
|
#include "rw_lock.h"
|
||||||
|
#include "elem_def.h"
|
||||||
|
|
||||||
|
namespace ipc {
|
||||||
|
|
||||||
|
} // namespace ipc
|
||||||
Loading…
x
Reference in New Issue
Block a user