|
@@ -68,8 +68,9 @@ static int session_lock_fd = 0; |
|
|
static char *session_root; |
|
|
static char *session_root; |
|
|
|
|
|
|
|
|
#define NSM_API_VERSION_MAJOR 1 |
|
|
#define NSM_API_VERSION_MAJOR 1 |
|
|
#define NSM_API_VERSION_MINOR 2 |
|
|
|
|
|
#define VERSION_STRING "1.4" |
|
|
|
|
|
|
|
|
#define NSM_API_VERSION_MINOR 1 |
|
|
|
|
|
#define NSM_API_VERSION_PATCH 0 |
|
|
|
|
|
#define VERSION_STRING "1.4.0" |
|
|
|
|
|
|
|
|
#define ERR_OK 0 |
|
|
#define ERR_OK 0 |
|
|
#define ERR_GENERAL_ERROR -1 |
|
|
#define ERR_GENERAL_ERROR -1 |
|
|