* whether the object id is numeric (only applies to txt and csv traces) * @param reader * @return */
| 218 | * @return |
| 219 | */ |
| 220 | static inline bool obj_id_is_num(const reader_t *const reader) { return reader->obj_id_is_num; } |
| 221 | |
| 222 | /** |
| 223 | * read one request from reader/trace, stored the info in pre-allocated req |