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