diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:33:41 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 14:41:27 -0500 |
| commit | e36f61b507746afff375759b1e496af529b98b26 (patch) | |
| tree | 98bbe33ad8052fe135e3955bba02d7c34734c3fe /lib/log.c | |
| parent | 7cc91e67a3f4dc16bec63fbaac097719d401a578 (diff) | |
*: Rename quagga_timestamp with frr_timestamp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ const char *lookup_msg(const struct message *mz, int kz, const char *nf) } /* For time string format. */ -size_t quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) +size_t frr_timestamp(int timestamp_precision, char *buf, size_t buflen) { static struct { time_t last; |
