Skip to content

Commit

Permalink
mach-defpager: Add defpager_server_name
Browse files Browse the repository at this point in the history
To allow e.g. libubsan to detect it should be extra cautious.
  • Loading branch information
sthibaul committed Feb 16, 2023
1 parent 35ac556 commit b8bcd4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mach-defpager/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@

#include "default_pager.h"

const char *defpager_server_name = "mach-defpager";

mach_port_t bootstrap_master_device_port; /* local name */
mach_port_t bootstrap_master_host_port; /* local name */

Expand Down

0 comments on commit b8bcd4e

Please sign in to comment.