You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/22 19:44:43 UTC

[GitHub] aditihilbert closed pull request #430: automated asf-site build

aditihilbert closed pull request #430: automated asf-site build
URL: https://github.com/apache/mynewt-site/pull/430
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/develop/_images/mbuf_fig1.png b/develop/_images/mbuf_fig1.png
new file mode 100644
index 000000000..ba7ab0fb7
Binary files /dev/null and b/develop/_images/mbuf_fig1.png differ
diff --git a/develop/_images/mbuf_fig2.png b/develop/_images/mbuf_fig2.png
new file mode 100644
index 000000000..68a971628
Binary files /dev/null and b/develop/_images/mbuf_fig2.png differ
diff --git a/develop/_images/mbuf_fig3.png b/develop/_images/mbuf_fig3.png
new file mode 100644
index 000000000..6d5ac5b4f
Binary files /dev/null and b/develop/_images/mbuf_fig3.png differ
diff --git a/develop/os/core_os/mbuf/mbuf.html b/develop/os/core_os/mbuf/mbuf.html
index 355eab477..f9d284bc4 100644
--- a/develop/os/core_os/mbuf/mbuf.html
+++ b/develop/os/core_os/mbuf/mbuf.html
@@ -320,7 +320,7 @@ <h2>Packet Header mbuf<a class="headerlink" href="#packet-header-mbuf" title="Pe
 the structures/elements (in bytes) and that MBLEN is the memory block
 length of the memory pool used by the mbuf pool.</p>
 <div class="figure" id="id1">
-<img alt="Packet header mbuf" src="os/core_os/mbuf/pics/mbuf_fig1.png" />
+<img alt="Packet header mbuf" src="../../../_images/mbuf_fig1.png" />
 <p class="caption"><span class="caption-text">Packet header mbuf</span></p>
 </div>
 </div>
@@ -360,7 +360,7 @@ <h2>Normal mbuf<a class="headerlink" href="#normal-mbuf" title="Permalink to thi
 that the packet header length in this mbuf is 0 as it is not a packet
 header mbuf.</p>
 <div class="figure" id="id2">
-<img alt="OS mbuf structure" src="os/core_os/mbuf/pics/mbuf_fig2.png" />
+<img alt="OS mbuf structure" src="../../../_images/mbuf_fig2.png" />
 <p class="caption"><span class="caption-text">OS mbuf structure</span></p>
 </div>
 <p>Figure 3 illustrates the packet header mbuf along with some chained
@@ -371,7 +371,7 @@ <h2>Normal mbuf<a class="headerlink" href="#normal-mbuf" title="Permalink to thi
 packet header and normal ones) the total length of the memory block is
 128 bytes.</p>
 <div class="figure" id="id3">
-<img alt="Packet" src="os/core_os/mbuf/pics/mbuf_fig3.png" />
+<img alt="Packet" src="../../../_images/mbuf_fig3.png" />
 <p class="caption"><span class="caption-text">Packet</span></p>
 </div>
 </div>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services