This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar-2022/sdk/include/packet.h
2022-07-29 17:29:33 +08:00

10 lines
115 B
C

#pragma once
#include "marsio.h"
struct packet {
/* queue id which the packet belongs to */
int qid;
};