From: teigland@sourceware.org <teigland@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/dlm/tool main.c
Date: 3 Jul 2007 15:59:28 -0000 [thread overview]
Message-ID: <20070703155928.31787.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: teigland at sourceware.org 2007-07-03 15:59:28
Modified files:
dlm/tool : main.c
Log message:
quote the resource name when printing
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.2&r2=1.3.2.3
--- cluster/dlm/tool/main.c 2007/07/02 20:07:17 1.3.2.2
+++ cluster/dlm/tool/main.c 2007/07/03 15:59:27 1.3.2.3
@@ -250,16 +250,16 @@
sscanf(line, "%s %s %u Remote: %d %s\n", &lkid, &grmode,
&pid, &remote_nodeid, remote_lkid);
- printf("id %s gr %s rq %s pid %u MSTCPY %d %s\n", lkid, grmode, "IV",
- pid, remote_nodeid, name);
+ printf("id %s gr %s rq %s pid %u MSTCPY %d \"%s\"\n",
+ lkid, grmode, "IV", pid, remote_nodeid, name);
return;
}
sscanf(line, "%s %s %u\n", &lkid, &grmode, &pid);
- printf("id %s gr %s rq %s pid %u master %d %s\n", lkid, grmode, "IV",
- pid, master, name);
+ printf("id %s gr %s rq %s pid %u master %d \"%s\"\n",
+ lkid, grmode, "IV", pid, master, name);
}
void print_convert(char *line, char *name, int master)
@@ -278,16 +278,16 @@
sscanf(line, "%s %s (%s) %u Remote: %d %s\n", &lkid, &grmode,
&rqmode, &pid, &remote_nodeid, remote_lkid);
- printf("id %s gr %s rq %s pid %u MSTCPY %d %s\n", lkid, grmode,
- rqmode, pid, remote_nodeid, name);
+ printf("id %s gr %s rq %s pid %u MSTCPY %d \"%s\"\n",
+ lkid, grmode, rqmode, pid, remote_nodeid, name);
return;
}
sscanf(line, "%s %s (%s) %u\n", &lkid, &grmode, &rqmode, &pid);
- printf("id %s gr %s rq %s pid %u master %d %s\n", lkid, grmode, rqmode,
- pid, master, name);
+ printf("id %s gr %s rq %s pid %u master %d \"%s\"\n",
+ lkid, grmode, rqmode, pid, master, name);
}
void print_waiting(char *line, char *name, int master)
@@ -306,16 +306,16 @@
sscanf(line, "%s %s (%s) %u Remote: %d %s\n", &lkid, &grmode,
&rqmode, &pid, &remote_nodeid, remote_lkid);
- printf("id %s gr %s rq %s pid %u MSTCPY %d %s\n", lkid, "IV",
- rqmode, pid, remote_nodeid, name);
+ printf("id %s gr %s rq %s pid %u MSTCPY %d \"%s\"\n",
+ lkid, "IV", rqmode, pid, remote_nodeid, name);
return;
}
sscanf(line, "%s %s (%s) %u\n", &lkid, &grmode, &rqmode, &pid);
- printf("id %s gr %s rq %s pid %u master %d %s\n", lkid, "IV", rqmode,
- pid, master, name);
+ printf("id %s gr %s rq %s pid %u master %d \"%s\"\n",
+ lkid, "IV", rqmode, pid, master, name);
}
int parse_master_nodeid(char *line)
next reply other threads:[~2007-07-03 15:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-03 15:59 teigland [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-26 21:23 [Cluster-devel] cluster/dlm/tool main.c teigland
2007-10-26 21:23 teigland
2007-10-26 20:57 teigland
2007-10-26 18:51 rmccabe
2007-10-17 19:11 teigland
2007-10-17 19:07 teigland
2007-10-17 18:10 teigland
2007-10-17 18:08 teigland
2007-08-20 20:48 teigland
2007-08-20 20:48 teigland
2007-08-20 20:38 teigland
2007-08-20 20:36 teigland
2007-08-20 20:31 teigland
2007-07-24 18:17 teigland
2007-07-19 20:43 teigland
2007-07-03 17:46 teigland
2007-07-02 20:07 teigland
2007-06-25 20:37 teigland
2007-06-25 20:36 teigland
2007-06-05 18:25 teigland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070703155928.31787.qmail@sourceware.org \
--to=teigland@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).