Patch Detail
Show a patch.
GET /api/patches/1702/?format=api
{ "id": 1702, "url": "https://patchwork.libcamera.org/api/patches/1702/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1702/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190715092939.15349-1-laurent.pinchart@ideasonboard.com>", "date": "2019-07-15T09:29:38", "name": "[libcamera-devel,1/2] libcamera: message: Document Message::SignalMessage", "commit_ref": "3e29a2d520c9cb8c7b290574bceaadcc107678fa", "pull_url": null, "state": "accepted", "archived": false, "hash": "4874917f4be64b0dfa37d5e5b381c0be14c8b17e", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1702/mbox/", "series": [ { "id": 432, "url": "https://patchwork.libcamera.org/api/series/432/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=432", "date": "2019-07-15T09:29:38", "name": "[libcamera-devel,1/2] libcamera: message: Document Message::SignalMessage", "version": 1, "mbox": "https://patchwork.libcamera.org/series/432/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1702/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1702/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C1B1461572\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 15 Jul 2019 11:30:12 +0200 (CEST)", "from pendragon.ideasonboard.com (unknown\n\t[IPv6:2a00:79e1:abc:3602:59ec:6c:1869:337])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 74624578\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 15 Jul 2019 11:30:11 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1563183012;\n\tbh=HzZ/t5MSkf6xJ2IXp18ns4v9UW0L2z5OEL069LAIvaQ=;\n\th=From:To:Subject:Date:From;\n\tb=QRkDFIFPyNqbybgsJCKDPahgjLHBNkXIenMQ1iLX1+VJ9h9exZ8LyT6S7c2yEdfwn\n\txNl/o5w0T6Gj9amgxjLtqnZPINhpoN0JTmB8XYL81fbsurLumrTf3CT/6+lxeAfTbC\n\tS2Ct9Jb/ilSSWeeB/SwN85OxKpAb7b9MkwFrWxpU=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 15 Jul 2019 12:29:38 +0300", "Message-Id": "<20190715092939.15349-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 1/2] libcamera: message: Document\n\tMessage::SignalMessage", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "X-List-Received-Date": "Mon, 15 Jul 2019 09:30:12 -0000" }, "content": "The SignalMessage type is undocumented. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/message.cpp | 2 ++\n 1 file changed, 2 insertions(+)", "diff": "diff --git a/src/libcamera/message.cpp b/src/libcamera/message.cpp\nindex 0580c1051622..9f22ad7fc0b0 100644\n--- a/src/libcamera/message.cpp\n+++ b/src/libcamera/message.cpp\n@@ -41,6 +41,8 @@ LOG_DEFINE_CATEGORY(Message)\n * \\brief The message type\n * \\var Message::None\n * \\brief Invalid message type\n+ * \\var Message::SignalMessage\n+ * \\brief Asynchronous signal delivery across threads\n */\n \n /**\n", "prefixes": [ "libcamera-devel", "1/2" ] }