diff options
| author | yangwei <[email protected]> | 2024-10-11 15:52:05 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-10-12 10:36:47 +0800 |
| commit | d72ba96859fab28909a343ce4082a18eb50b4002 (patch) | |
| tree | 01bad20c612b33eec3b99968ce6111d7a5b36197 /include | |
| parent | 7bdafae69cea437b3e174862287e0bdb145ef0e1 (diff) | |
✨ feat(sapp metrics): split send err to build+sendv4.3.68
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/sapp_pkt_stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/private/sapp_pkt_stat.h b/include/private/sapp_pkt_stat.h index 51dd92a..723492b 100644 --- a/include/private/sapp_pkt_stat.h +++ b/include/private/sapp_pkt_stat.h @@ -70,6 +70,9 @@ typedef enum __sapp_sys_stat_type{ SAPP_STAT_SND_UDP, SAPP_STAT_SND_CTRL, + SAPP_STAT_BUILD_LAYER_ERR, + SAPP_STAT_BUILD_CTRL_ERR, + SAPP_STAT_SND_ERROR, /************* special condition *************/ |
