commit | b31caa1e62525c68dcc171e8209789a1f59c9b85 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Feb 22 08:42:09 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Fri Feb 22 08:42:09 2013 -0600 |
tree | 325d73b2079e4e5cdba7ba68b5532e5ca23386dd | |
parent | f5537b4e8db9d266f36f9c610963af34864cd449 [diff] |
Timestamp New Function Used in nlsr_sync
diff --git a/nlsr_sync.c b/nlsr_sync.c index 98f850f..1226b79 100644 --- a/nlsr_sync.c +++ b/nlsr_sync.c
@@ -378,9 +378,7 @@ unsigned char *content_data = NULL; - char *time_stamp=(char *)malloc(20); - memset(time_stamp,0,20); - get_current_timestamp_micro(time_stamp); + char *time_stamp=get_current_timestamp_micro_v2(); struct ccn_charbuf *uri = ccn_charbuf_create(); ccn_uri_append(uri, content_name->buf, content_name->length, 0);