]> git.proxmox.com Git - mirror_frr.git/blobdiff - pathd/path_pcep_lib.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / pathd / path_pcep_lib.h
index 3bea28432d6a1de1eb0d293d7e900282d19470db..6bba344ba5bb1b54cb24f7d1b4ea264e57ff9ba5 100644 (file)
@@ -1,26 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2020  NetDEF, Inc.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _PATH_PCEP_LIB_H_
 #define _PATH_PCEP_LIB_H_
 
 #include <stdbool.h>
-#include <pcep_pcc_api.h>
+#include "pceplib/pcep_pcc_api.h"
 #include "frr_pthread.h"
 #include "pathd/path_pcep.h"
 
@@ -37,7 +24,8 @@ struct pcep_message *pcep_lib_format_request(struct pcep_caps *caps,
                                             struct path *path);
 struct pcep_message *pcep_lib_format_request_cancelled(uint32_t reqid);
 
-struct pcep_message *pcep_lib_format_error(int error_type, int error_value);
+struct pcep_message *pcep_lib_format_error(int error_type, int error_value,
+                                          struct path *path);
 struct path *pcep_lib_parse_path(struct pcep_message *msg);
 void pcep_lib_parse_capabilities(struct pcep_message *msg,
                                 struct pcep_caps *caps);