Skip to content
Snippets Groups Projects
Commit 28011b8f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added prototype and defines for pgrsTime()

parent 5fb1d20e
No related branches found
No related tags found
No related merge requests found
......@@ -77,4 +77,14 @@ void pgrsUpdate(struct UrlData *data);
#define PGRS_HEADERS_OUT (1<<7) /* set when the headers have been written */
typedef enum {
TIMER_NONE,
TIMER_NAMELOOKUP,
TIMER_CONNECT,
TIMER_PRETRANSFER,
TIMER_POSTRANSFER,
TIMER_LAST /* must be last */
} timerid;
#endif /* __PROGRESS_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment