mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:43:37 +03:00
tests: add the mqtt test server mqttd
This commit is contained in:
parent
675f5fb66f
commit
5e855bbd18
4 changed files with 1001 additions and 7 deletions
|
|
@ -55,15 +55,11 @@ void win32_cleanup(void);
|
|||
|
||||
/* returns the path name to the test case file */
|
||||
char *test2file(long testno);
|
||||
|
||||
int wait_ms(int timeout_ms);
|
||||
|
||||
int write_pidfile(const char *filename);
|
||||
|
||||
int write_portfile(const char *filename, int port);
|
||||
void set_advisor_read_lock(const char *filename);
|
||||
|
||||
void clear_advisor_read_lock(const char *filename);
|
||||
|
||||
int strncasecompare(const char *first, const char *second, size_t max);
|
||||
|
||||
/* global variable which if set indicates that the program should finish */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue