diff options
| author | David Lamparter <equinox@diac24.net> | 2017-02-07 17:17:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 17:17:12 +0100 |
| commit | 9da3dd3bc5a4682a3c855bab3cd2736395de3fbf (patch) | |
| tree | 4749a0390d5ea4b66cb5b5960d0abc5bb615b122 /ospfclient/ospfclient.c | |
| parent | 3f3971a911668ab1d60a090ba1fff92f6ab8ce44 (diff) | |
| parent | 50b05f3c3dc197c0ba6f795b99b351b890a568ee (diff) | |
Merge pull request #161 from donaldsharp/stableMcLibrary
Stable mc library
Diffstat (limited to 'ospfclient/ospfclient.c')
| -rw-r--r-- | ospfclient/ospfclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c index 1716ebeca7..9a77a64cc4 100644 --- a/ospfclient/ospfclient.c +++ b/ospfclient/ospfclient.c @@ -52,7 +52,7 @@ struct zebra_privs_t ospfd_privs = }; /* The following includes are specific to this application. For - example it uses threads from libzebra, however your application is + example it uses threads from libfrr, however your application is free to use any thread library (like pthreads). */ #include "ospfd/ospf_dump.h" /* for ospf_lsa_header_dump */ |
