update it

This commit is contained in:
Sukchan Lee 2017-08-05 16:21:07 +09:00
parent 1ca937ae4b
commit 9782363f2b
3 changed files with 2 additions and 5 deletions

View File

@ -13,10 +13,7 @@ int fd_context_init(int mode)
memset(&self, 0, sizeof(struct fd_context_t));
self.mode = mode;
/* Set the default values */
self.vendor_id = 10415; /* 3GPP Vendor ID */
self.duration = 10; /* 10 seconds */
self.duration = 10; /* 10 seconds */
return 0;
}

View File

@ -34,7 +34,6 @@ struct fd_context_t {
#define FD_MODE_SERVER 0x1
#define FD_MODE_CLIENT 0x2
int mode; /* default FD_MODE_SERVER | FD_MODE_CLIENT */
c_uint32_t vendor_id; /* default 10415 */
int duration; /* default 10 */
struct fd_stats {

View File

@ -18,6 +18,7 @@ user@host ~/Documents/git/nextepc$ \
user@host ~/Documents/git/nextepc$ \
sudo valgrind --leak-check=full --show-reachable=yes --error-limit=no \
--gen-suppressions=all --log-file=support/valgrind/test.log \
--suppressions=support/valgrind/mongoc.suppressions \
./epcd
user@host ~/Documents/git/nextepc/support/valgrind$ \