X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=msg.h;h=016612cd1ab7d33937924b6840887f04e6e79eaf;hp=91a77987fe362e66d50b3a5de25fe9ec4341cb89;hb=fd5b09c9a9107f0393ce194c4aac6e7b8f163e85;hpb=88b496c2697ed531ffecf2f8ced76f437297e5fe diff --git a/msg.h b/msg.h index 91a77987..016612cd 100644 --- a/msg.h +++ b/msg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2008 Intel Corporation * - * mdmon socket / message handling + * mdmon socket / message handling * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -17,7 +17,6 @@ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ - struct mdinfo; struct metadata_update; @@ -33,5 +32,6 @@ extern int block_monitor(char *container, const int freeze); extern void unblock_monitor(char *container, const int unfreeze); extern int fping_monitor(int sock); extern int ping_manager(char *devname); +extern void flush_mdmon(char *container); #define MSG_MAX_LEN (4*1024*1024)