X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fceph%2Fmon_client.h;h=d5a3ecea578d3e5f34eb1efba9d027811cc68557;hb=501d9680303332b7b14333c0adaa3214ca0e3113;hp=24d704d1ea5cda1333d6b853bf9ef7370bb5dbc3;hpb=787ad90332b3573d502a6c1aff52f708ca141976;p=deliverable%2Flinux.git diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 24d704d1ea5c..d5a3ecea578d 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h @@ -141,6 +141,9 @@ int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, ceph_monc_callback_t cb, u64 private_data); +int ceph_monc_blacklist_add(struct ceph_mon_client *monc, + struct ceph_entity_addr *client_addr); + extern int ceph_monc_open_session(struct ceph_mon_client *monc); extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);