One Hat Cyber Team
Your IP :
3.145.97.53
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
dovecot
/
Edit File:
stats-parser.h
#ifndef STATS_PARSER_H #define STATS_PARSER_H struct stats; enum stats_parser_type { STATS_PARSER_TYPE_UINT, STATS_PARSER_TYPE_TIMEVAL }; struct stats_parser_field { const char *name; unsigned int offset; unsigned int size; enum stats_parser_type type; }; bool stats_parser_diff(const struct stats_parser_field *fields, unsigned int fields_count, const struct stats *stats1, const struct stats *stats2, struct stats *diff_stats_r, const char **error_r); void stats_parser_add(const struct stats_parser_field *fields, unsigned int fields_count, struct stats *dest, const struct stats *src); void stats_parser_value(string_t *str, const struct stats_parser_field *field, const void *data); #endif
Simpan