未验证 提交 59b437e0 编写于 作者: H Hans Zeller 提交者: GitHub

Adding a typedef for a type referenced in dead code (#8151)

In my earlier PR #8149 I removed some typedefs using the CSpinlockOS
class that no longer exists. However, one of those typedefs, ConnectionHT
was still used in the class. It did not cause any compilation errors,
probably because this class is unused.

To be consistent and to make the code easier to read, this PR adds back
the missing typedef. In the long term we could consider removing the
entire class COptServer.
上级 3f976f60
......@@ -91,6 +91,9 @@ namespace gpoptudfs
};
typedef CSyncHashtable<SConnectionDescriptor, ULONG_PTR>
ConnectionHT;
// path where socket is initialized
const CHAR *m_socket_path;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册