le_limit_interface.h File Reference
#include "legato.h"
Go to the source code of this file.
Macros | |
#define | LE_LIMIT_APP_NAME_LEN 47 |
#define | LE_LIMIT_PROC_NAME_LEN 47 |
#define | LE_LIMIT_MAX_PATH_LEN 511 |
#define | LE_LIMIT_MAX_PRIORITY_NAME_LEN 6 |
#define | LE_LIMIT_MAX_ARGS_STR_LEN 511 |
#define | LE_LIMIT_MD5_STR_LEN 32 |
Detailed Description
Legato Limit Definitions include file.
Copyright (C) Sierra Wireless Inc.
Macro Definition Documentation
#define LE_LIMIT_APP_NAME_LEN 47 |
Maximum length of application names.
#define LE_LIMIT_MAX_ARGS_STR_LEN 511 |
Maximum string length of argument lists.
#define LE_LIMIT_MAX_PATH_LEN 511 |
Maximum string length of paths.
#define LE_LIMIT_MAX_PRIORITY_NAME_LEN 6 |
Maximum string length of priority names.
#define LE_LIMIT_MD5_STR_LEN 32 |
Length of a MD5 string.
#define LE_LIMIT_PROC_NAME_LEN 47 |
Maximum length of process names.