Changeset 1a9174e in mainline for uspace/app/vol/vol.c


Ignore:
Timestamp:
2018-06-29T15:35:50Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3b2ffa
Parents:
72c72d4
git-author:
Jiri Svoboda <jiri@…> (2018-06-28 18:34:52)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-29 15:35:50)
Message:

Volume server needs to react to partitions being removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vol/vol.c

    r72c72d4 r1a9174e  
    190190                }
    191191
    192                 table_printf(table, "%s\t" "%s\t" "%s\t" "%d\t" "%s\n",
    193                     vinfo.label, svc_name, sfstype, vinfo.cur_mp_auto,
    194                     vinfo.cur_mp);
     192                table_printf(table, "%s\t" "%s\t" "%s\t" "%s\t" "%s\n",
     193                    vinfo.label, svc_name, sfstype,
     194                    vinfo.cur_mp_auto ? "Yes" : "", vinfo.cur_mp);
    195195
    196196                free(svc_name);
Note: See TracChangeset for help on using the changeset viewer.