summaryrefslogtreecommitdiffstats
path: root/zebra/label_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/label_manager.h')
-rw-r--r--zebra/label_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/label_manager.h b/zebra/label_manager.h
index 3ea89fbfc..f1b7d050c 100644
--- a/zebra/label_manager.h
+++ b/zebra/label_manager.h
@@ -72,7 +72,8 @@ int zread_relay_label_manager_request(int cmd, struct zserv *zserv,
void label_manager_init(char *lm_zserv_path);
struct label_manager_chunk *assign_label_chunk(uint8_t proto,
unsigned short instance,
- uint8_t keep, uint32_t size);
+ uint8_t keep, uint32_t size,
+ uint32_t base);
int release_label_chunk(uint8_t proto, unsigned short instance, uint32_t start,
uint32_t end);
int release_daemon_label_chunks(struct zserv *client);