mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
add sproto double type (#1221)
Co-authored-by: zixun <lvzxiun@gmail.com>
This commit is contained in:
@@ -13,7 +13,8 @@ struct sproto_type;
|
||||
#define SPROTO_TINTEGER 0
|
||||
#define SPROTO_TBOOLEAN 1
|
||||
#define SPROTO_TSTRING 2
|
||||
#define SPROTO_TSTRUCT 3
|
||||
#define SPROTO_DOUBLE 3
|
||||
#define SPROTO_TSTRUCT 4
|
||||
|
||||
// sub type of string (sproto_arg.extra)
|
||||
#define SPROTO_TSTRING_STRING 0
|
||||
|
||||
Reference in New Issue
Block a user