mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
Added app manager IPC interface. Updated verions to 2.1
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
//#define DEBUG
|
||||
#ifdef DEBUG
|
||||
#define ATRACE(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define ATRACE(...)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Dial application states
|
||||
*/
|
||||
@@ -40,7 +47,7 @@ typedef enum {
|
||||
/*
|
||||
* DIAL version that is reported via in the status response.
|
||||
*/
|
||||
#define DIAL_VERSION ("\"2.0\"")
|
||||
#define DIAL_VERSION ("\"2.1\"")
|
||||
|
||||
/*
|
||||
* The maximum DIAL payload accepted per the DIAL 1.6.1 specification.
|
||||
|
||||
Reference in New Issue
Block a user